Home
last modified time | relevance | path

Searched refs:caller_trx (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/include/
H A Dtrx0sys.h612 trx_t *find(trx_t *caller_trx, trx_id_t trx_id, bool do_ref_count) in find() argument
624 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
627 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
661 if (!caller_trx) in find()
745 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in iterate()
753 if (!caller_trx) in iterate()
771 int iterate_no_dups(trx_t *caller_trx, my_hash_walk_action action, in iterate_no_dups() argument
974 rw_trx_hash.iterate(caller_trx, in snapshot_ids()
1045 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1047 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
122 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/include/
H A Dtrx0sys.h612 trx_t *find(trx_t *caller_trx, trx_id_t trx_id, bool do_ref_count) in find() argument
624 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
627 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
661 if (!caller_trx) in find()
745 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in iterate()
753 if (!caller_trx) in iterate()
771 int iterate_no_dups(trx_t *caller_trx, my_hash_walk_action action, in iterate_no_dups() argument
974 rw_trx_hash.iterate(caller_trx, in snapshot_ids()
1045 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1047 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
122 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/include/
H A Dtrx0sys.h618 trx_t *find(trx_t *caller_trx, trx_id_t trx_id, bool do_ref_count) in find() argument
630 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
633 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
667 if (!caller_trx) in find()
755 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in iterate()
763 if (!caller_trx) in iterate()
781 int iterate_no_dups(trx_t *caller_trx, my_hash_walk_action action, in iterate_no_dups() argument
988 rw_trx_hash.iterate(caller_trx, in snapshot_ids()
1058 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1060 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
122 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/include/
H A Dtrx0sys.h618 trx_t *find(trx_t *caller_trx, trx_id_t trx_id, bool do_ref_count) in find() argument
630 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
633 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
667 if (!caller_trx) in find()
755 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in iterate()
763 if (!caller_trx) in iterate()
781 int iterate_no_dups(trx_t *caller_trx, my_hash_walk_action action, in iterate_no_dups() argument
988 rw_trx_hash.iterate(caller_trx, in snapshot_ids()
1058 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1060 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
122 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/include/
H A Dtrx0sys.h632 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
635 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
669 if (!caller_trx) in find()
754 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash);
765 if (!caller_trx)
785 int iterate_no_dups(trx_t *caller_trx, walk_action<T> *action,
789 return iterate(caller_trx, eliminate_duplicates<T>, &arg);
1033 rw_trx_hash.iterate(caller_trx, copy_one_id, &arg); in snapshot_ids()
1102 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1104 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
120 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/include/
H A Dtrx0sys.h632 ut_ad(!caller_trx || caller_trx->id != trx_id || !do_ref_count); in find()
635 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash); in find()
669 if (!caller_trx) in find()
754 LF_PINS *pins= caller_trx ? get_pins(caller_trx) : lf_hash_get_pins(&hash);
765 if (!caller_trx)
785 int iterate_no_dups(trx_t *caller_trx, walk_action<T> *action,
789 return iterate(caller_trx, eliminate_duplicates<T>, &arg);
1033 rw_trx_hash.iterate(caller_trx, copy_one_id, &arg); in snapshot_ids()
1102 bool is_registered(trx_t *caller_trx, trx_id_t id) in is_registered() argument
1104 return id && find(caller_trx, id, false); in is_registered()
[all …]
H A Drow0vers.h52 trx_t* caller_trx,
120 trx_t* caller_trx,/*!<in/out: trx of current thread */
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx, in row_vers_impl_x_locked_low() argument
133 if (trx_id == caller_trx->id) { in row_vers_impl_x_locked_low()
134 trx = caller_trx; in row_vers_impl_x_locked_low()
137 trx = trx_sys.find(caller_trx, trx_id); in row_vers_impl_x_locked_low()
390 trx_t* caller_trx, in row_vers_impl_x_locked() argument
430 caller_trx, clust_rec, clust_index, rec, index, in row_vers_impl_x_locked()
1221 trx_t* caller_trx,/*!<in/out: trx of current thread */ in row_vers_build_for_semi_consistent_read() argument
1267 if (!trx_sys.is_registered(caller_trx, version_trx_id)) { in row_vers_build_for_semi_consistent_read()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx, in row_vers_impl_x_locked_low() argument
133 if (trx_id == caller_trx->id) { in row_vers_impl_x_locked_low()
134 trx = caller_trx; in row_vers_impl_x_locked_low()
137 trx = trx_sys.find(caller_trx, trx_id); in row_vers_impl_x_locked_low()
390 trx_t* caller_trx, in row_vers_impl_x_locked() argument
430 caller_trx, clust_rec, clust_index, rec, index, in row_vers_impl_x_locked()
1221 trx_t* caller_trx,/*!<in/out: trx of current thread */ in row_vers_build_for_semi_consistent_read() argument
1267 if (!trx_sys.is_registered(caller_trx, version_trx_id)) { in row_vers_build_for_semi_consistent_read()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx, in row_vers_impl_x_locked_low() argument
133 if (trx_id == caller_trx->id) { in row_vers_impl_x_locked_low()
134 trx = caller_trx; in row_vers_impl_x_locked_low()
137 trx = trx_sys.find(caller_trx, trx_id); in row_vers_impl_x_locked_low()
390 trx_t* caller_trx, in row_vers_impl_x_locked() argument
431 caller_trx, clust_rec, clust_index, rec, index, in row_vers_impl_x_locked()
1268 trx_t* caller_trx,/*!<in/out: trx of current thread */ in row_vers_build_for_semi_consistent_read() argument
1314 if (!trx_sys.is_registered(caller_trx, version_trx_id)) { in row_vers_build_for_semi_consistent_read()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx, in row_vers_impl_x_locked_low() argument
133 if (trx_id == caller_trx->id) { in row_vers_impl_x_locked_low()
134 trx = caller_trx; in row_vers_impl_x_locked_low()
137 trx = trx_sys.find(caller_trx, trx_id); in row_vers_impl_x_locked_low()
390 trx_t* caller_trx, in row_vers_impl_x_locked() argument
431 caller_trx, clust_rec, clust_index, rec, index, in row_vers_impl_x_locked()
1268 trx_t* caller_trx,/*!<in/out: trx of current thread */ in row_vers_build_for_semi_consistent_read() argument
1314 if (!trx_sys.is_registered(caller_trx, version_trx_id)) { in row_vers_build_for_semi_consistent_read()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx, in row_vers_impl_x_locked_low() argument
133 if (trx_id == caller_trx->id) { in row_vers_impl_x_locked_low()
134 trx = caller_trx; in row_vers_impl_x_locked_low()
137 trx = trx_sys.find(caller_trx, trx_id); in row_vers_impl_x_locked_low()
390 trx_t* caller_trx, in row_vers_impl_x_locked() argument
431 caller_trx, clust_rec, clust_index, rec, index, in row_vers_impl_x_locked()
1268 trx_t* caller_trx,/*!<in/out: trx of current thread */ in row_vers_build_for_semi_consistent_read() argument
1314 if (!trx_sys.is_registered(caller_trx, version_trx_id)) { in row_vers_build_for_semi_consistent_read()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/row/
H A Drow0vers.cc85 trx_t* caller_trx,
133 if (trx_id == caller_trx->id) {
134 trx = caller_trx;
137 trx = trx_sys.find(caller_trx, trx_id);
390 trx_t* caller_trx,
431 caller_trx, clust_rec, clust_index, rec, index,
1268 trx_t* caller_trx,/*!<in/out: trx of current thread */
1314 if (!trx_sys.is_registered(caller_trx, version_trx_id)) {
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/lock/
H A Dlock0lock.cc1142 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1176 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5464 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5485 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5513 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5536 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5540 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5544 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5546 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5551 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/lock/
H A Dlock0lock.cc1197 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1231 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5481 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5502 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5532 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5555 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5559 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5563 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5565 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5570 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/lock/
H A Dlock0lock.cc1197 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1231 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5481 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5502 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5532 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5555 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5559 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5563 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5565 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5570 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/lock/
H A Dlock0lock.cc1200 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1234 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5486 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5507 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5537 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5560 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5564 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5568 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5570 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5575 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/lock/
H A Dlock0lock.cc1200 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1234 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5486 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5507 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5537 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5560 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5564 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5568 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5570 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5575 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/lock/
H A Dlock0lock.cc1142 trx_t* caller_trx,/*!<in/out: trx of current thread */ in lock_sec_rec_some_has_impl() argument
1176 trx = row_vers_impl_x_locked(caller_trx, rec, index, offsets); in lock_sec_rec_some_has_impl()
5464 static void lock_rec_other_trx_holds_expl(trx_t *caller_trx, trx_t *trx, in lock_rec_other_trx_holds_expl() argument
5485 trx_sys.rw_trx_hash.iterate(caller_trx, in lock_rec_other_trx_holds_expl()
5513 trx_t* caller_trx, in lock_rec_convert_impl_to_expl() argument
5536 if (UNIV_UNLIKELY(trx_id == caller_trx->id)) { in lock_rec_convert_impl_to_expl()
5540 trx = trx_sys.find(caller_trx, trx_id); in lock_rec_convert_impl_to_expl()
5544 trx = lock_sec_rec_some_has_impl(caller_trx, rec, index, in lock_rec_convert_impl_to_expl()
5546 if (trx == caller_trx) { in lock_rec_convert_impl_to_expl()
5551 ut_d(lock_rec_other_trx_holds_expl(caller_trx, trx, rec, in lock_rec_convert_impl_to_expl()