Home
last modified time | relevance | path

Searched refs:pos_in_locked_tables (Results 1 – 25 of 110) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dlocked_tables_list.cc93 table->pos_in_locked_tables = dst_table_list; in init_locked_tables()
147 table_list->table->pos_in_locked_tables = nullptr; in unlock_locked_tables()
207 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
210 table_list->table->pos_in_locked_tables = nullptr; in unlink_from_list()
258 thd->open_tables->pos_in_locked_tables->table = nullptr; in unlink_all_closed_tables()
322 table_list->table->pos_in_locked_tables = table_list; in reopen_tables()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_admin.cc98 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
204 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
258 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc670 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
671 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
734 table->pos_in_locked_tables, in close_all_tables_for_name()
2311 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
2369 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
2476 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
2479 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
2533 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
2534 thd->open_tables->pos_in_locked_tables= NULL; in unlink_all_closed_tables()
2671 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_admin.cc96 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
202 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
262 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc762 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
763 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
827 table->pos_in_locked_tables, in close_all_tables_for_name()
2404 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
2461 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
2566 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
2569 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
2623 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
2624 thd->open_tables->pos_in_locked_tables= NULL; in unlink_all_closed_tables()
2758 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_admin.cc96 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
202 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
262 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc762 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
763 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
827 table->pos_in_locked_tables, in close_all_tables_for_name()
2404 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
2461 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
2566 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
2569 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
2623 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
2624 thd->open_tables->pos_in_locked_tables= NULL; in unlink_all_closed_tables()
2758 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_admin.cc96 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
202 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
262 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc609 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
610 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
673 table->pos_in_locked_tables, in close_all_tables_for_name()
2229 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
2286 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
2391 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
2394 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
2448 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
2449 thd->open_tables->pos_in_locked_tables= NULL; in unlink_all_closed_tables()
2583 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_admin.cc96 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
202 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
262 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc609 DBUG_ASSERT(table->pos_in_locked_tables == NULL ||
610 table->pos_in_locked_tables->table == table);
673 table->pos_in_locked_tables,
2229 table->pos_in_locked_tables= dst_table_list;
2286 table_list->table->pos_in_locked_tables= NULL;
2391 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list);
2394 table_list->table->pos_in_locked_tables= NULL;
2448 thd->open_tables->pos_in_locked_tables->table= NULL;
2449 thd->open_tables->pos_in_locked_tables= NULL;
2583 table_list->table->pos_in_locked_tables= table_list;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_admin.cc98 TABLE_LIST *pos_in_locked_tables= 0; in prepare_for_repair() local
204 pos_in_locked_tables= table->pos_in_locked_tables; in prepare_for_repair()
258 table_list->table= pos_in_locked_tables->table; in prepare_for_repair()
H A Dsql_base.cc670 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
671 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
734 table->pos_in_locked_tables, in close_all_tables_for_name()
2311 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
2369 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
2476 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
2479 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
2533 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
2534 thd->open_tables->pos_in_locked_tables= NULL; in unlink_all_closed_tables()
2671 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dcreate_or_replace.test446 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
447 --echo # table->pos_in_locked_tables->table == table' failed in
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dcreate_or_replace.test446 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
447 --echo # table->pos_in_locked_tables->table == table' failed in
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_base.cc1445 assert(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1446 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1518 table->pos_in_locked_tables, in close_all_tables_for_name()
1663 if (!table->pos_in_locked_tables) in close_thread_tables()
3891 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3955 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
4021 assert(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
4024 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
4077 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
4131 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_base.cc1448 assert(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1449 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1521 table->pos_in_locked_tables, in close_all_tables_for_name()
1666 if (!table->pos_in_locked_tables) in close_thread_tables()
3894 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3958 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
4024 assert(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
4027 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
4080 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
4134 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_base.cc1445 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1446 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1518 table->pos_in_locked_tables, in close_all_tables_for_name()
1663 if (!table->pos_in_locked_tables) in close_thread_tables()
3891 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3955 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
4021 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
4024 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
4077 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
4131 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_base.cc1221 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1222 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1294 table->pos_in_locked_tables, in close_all_tables_for_name()
3414 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3470 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
3529 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
3532 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
3585 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
3639 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_base.cc1218 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1219 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1291 table->pos_in_locked_tables, in close_all_tables_for_name()
3411 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3467 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
3526 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
3529 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
3582 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
3636 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc1325 DBUG_ASSERT(table->pos_in_locked_tables == NULL || in mark_used_tables_as_free_for_reuse()
1326 table->pos_in_locked_tables->table == table); in mark_used_tables_as_free_for_reuse()
1398 table->pos_in_locked_tables, in close_all_tables_for_name()
3325 table->pos_in_locked_tables= dst_table_list; in init_locked_tables()
3381 table_list->table->pos_in_locked_tables= NULL; in unlock_locked_tables()
3440 DBUG_ASSERT(table_list->table->pos_in_locked_tables == table_list); in unlink_from_list()
3443 table_list->table->pos_in_locked_tables= NULL; in unlink_from_list()
3496 thd->open_tables->pos_in_locked_tables->table= NULL; in unlink_all_closed_tables()
3550 table_list->table->pos_in_locked_tables= table_list; in reopen_tables()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dcreate_or_replace.test467 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
468 --echo # table->pos_in_locked_tables->table == table' failed in
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dcreate_or_replace.test467 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
468 --echo # table->pos_in_locked_tables->table == table' failed in
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dcreate_or_replace.test467 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
468 --echo # table->pos_in_locked_tables->table == table' failed in
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dcreate_or_replace.test467 --echo # MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||
468 --echo # table->pos_in_locked_tables->table == table' failed in

12345