Home
last modified time | relevance | path

Searched refs:reopen_tables (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_partition_admin.cc474 (void)thd->locked_tables_list.reopen_tables(thd); in exchange_partition()
505 (void)thd_arg->locked_tables_list.reopen_tables(thd_arg); in exchange_partition()
527 (void)thd->locked_tables_list.reopen_tables(thd); in exchange_partition()
792 (void)thd->locked_tables_list.reopen_tables(thd); in execute()
H A Dlocked_tables_list.h123 bool reopen_tables(THD *thd);
H A Dsql_rename.cc443 error = thd->locked_tables_list.reopen_tables(thd); in mysql_rename_tables()
469 thd->locked_tables_list.reopen_tables(thd); in mysql_rename_tables()
H A Dlocked_tables_list.cc289 bool Locked_tables_list::reopen_tables(THD *thd) { in reopen_tables() function in Locked_tables_list
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_truncate.cc449 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
470 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_truncate.cc449 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
470 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_truncate.cc429 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
450 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_truncate.cc429 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
450 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_truncate.cc461 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
482 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_truncate.cc461 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd, false)) in truncate_table()
482 if (unlikely(thd->locked_tables_list.reopen_tables(thd, true))) in truncate_table()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_trigger.cc275 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
H A Dsql_truncate.cc508 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_trigger.cc275 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
H A Dsql_truncate.cc508 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_trigger.cc275 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
H A Dsql_truncate.cc508 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_trigger.cc275 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
H A Dsql_truncate.cc502 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_trigger.cc275 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
H A Dsql_truncate.cc502 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_truncate.cc495 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_truncate.cc495 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_truncate.cc497 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_trigger.cc296 thd->locked_tables_list.reopen_tables(thd); in mysql_create_or_drop_trigger()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_truncate.cc495 if (thd->locked_tables_mode && thd->locked_tables_list.reopen_tables(thd)) in truncate_table()

1234567