Home
last modified time | relevance | path

Searched refs:locked_tables (Results 1 – 25 of 93) sorted by relevance

1234

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
416 DBUG_ASSERT(trn->locked_tables == 0 && trn->used_instances == 0); in trnman_end_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
416 DBUG_ASSERT(trn->locked_tables == 0 && trn->used_instances == 0); in trnman_end_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
416 DBUG_ASSERT(trn->locked_tables == 0 && trn->used_instances == 0); in trnman_end_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
416 DBUG_ASSERT(trn->locked_tables == 0 && trn->used_instances == 0); in trnman_end_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/maria/
H A Dtrnman.c76 return trn->locked_tables++; in trnman_increment_locked_tables()
81 return trn->locked_tables; in trnman_has_locked_tables()
86 return --trn->locked_tables; in trnman_decrement_locked_tables()
89 void trnman_reset_locked_tables(TRN *trn, uint locked_tables) in trnman_reset_locked_tables() argument
91 trn->locked_tables= locked_tables; in trnman_reset_locked_tables()
362 trn->locked_tables= 0; in trnman_new_trn()
H A Dtrnman.h55 uint locked_tables; member
H A Dtrnman_public.h58 void trnman_reset_locked_tables(TRN *trn, uint locked_tables); in test_is_xid_start()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dlocked_tables_list.h118 TABLE_LIST *locked_tables() const { return m_locked_tables; } in locked_tables() function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/spider/
H A Dspd_copy_tables.cc850 thd->locked_tables != 0 || in spider_copy_tables_body()
853 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
879 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
883 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
890 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
895 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/spider/
H A Dspd_copy_tables.cc850 thd->locked_tables != 0 || in spider_copy_tables_body()
853 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
879 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
883 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
890 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
895 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/
H A Dspd_copy_tables.cc851 thd->locked_tables != 0 || in spider_copy_tables_body()
854 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
880 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
884 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
891 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
896 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/
H A Dspd_copy_tables.cc851 thd->locked_tables != 0 || in spider_copy_tables_body()
854 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
880 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
884 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
891 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
896 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/spider/
H A Dspd_copy_tables.cc851 thd->locked_tables != 0 || in spider_copy_tables_body()
854 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
880 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
884 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
891 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
896 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/spider/
H A Dspd_copy_tables.cc851 thd->locked_tables != 0 || in spider_copy_tables_body()
854 thd->locked_tables_list.locked_tables() || in spider_copy_tables_body()
880 } else if (thd->locked_tables != 0) in spider_copy_tables_body()
884 "thd->locked_tables", thd->locked_tables); in spider_copy_tables_body()
891 } else if (thd->locked_tables_list.locked_tables()) in spider_copy_tables_body()
896 thd->locked_tables_list.locked_tables()); in spider_copy_tables_body()

1234