Home
last modified time | relevance | path

Searched refs:no_such_table_handler (Results 1 – 25 of 31) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_sequence.cc904 No_such_table_error_handler no_such_table_handler; in execute() local
924 thd->push_internal_handler(&no_such_table_handler); in execute()
928 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3295 No_such_table_error_handler no_such_table_handler; in recover_from_failed_open() local
3299 m_thd->push_internal_handler(&no_such_table_handler); in recover_from_failed_open()
3306 if (result && no_such_table_handler.safely_trapped_errors()) in recover_from_failed_open()
3824 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
3825 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
3856 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
H A Dhandler.cc5650 Table_exists_error_handler no_such_table_handler; in ha_table_exists() local
5651 thd->push_internal_handler(&no_such_table_handler); in ha_table_exists()
5663 DBUG_RETURN(!no_such_table_handler.safely_trapped_errors()); in ha_table_exists()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_sequence.cc901 No_such_table_error_handler no_such_table_handler; in execute() local
921 thd->push_internal_handler(&no_such_table_handler); in execute()
925 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3202 No_such_table_error_handler no_such_table_handler; in recover_from_failed_open() local
3206 m_thd->push_internal_handler(&no_such_table_handler); in recover_from_failed_open()
3213 if (result && no_such_table_handler.safely_trapped_errors()) in recover_from_failed_open()
3721 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
3722 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
3753 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
H A Dhandler.cc5077 Table_exists_error_handler no_such_table_handler; in ha_delete_table_force() local
5086 thd->push_internal_handler(&no_such_table_handler); in ha_delete_table_force()
5929 Table_exists_error_handler no_such_table_handler; in ha_table_exists() local
5930 thd->push_internal_handler(&no_such_table_handler); in ha_table_exists()
5942 exists= !no_such_table_handler.safely_trapped_errors(); in ha_table_exists()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_sequence.cc904 No_such_table_error_handler no_such_table_handler; in execute() local
924 thd->push_internal_handler(&no_such_table_handler); in execute()
928 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3295 No_such_table_error_handler no_such_table_handler; in recover_from_failed_open() local
3299 m_thd->push_internal_handler(&no_such_table_handler); in recover_from_failed_open()
3306 if (result && no_such_table_handler.safely_trapped_errors()) in recover_from_failed_open()
3824 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
3825 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
3856 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
H A Dhandler.cc5650 Table_exists_error_handler no_such_table_handler;
5651 thd->push_internal_handler(&no_such_table_handler);
5663 DBUG_RETURN(!no_such_table_handler.safely_trapped_errors());
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_sequence.cc904 No_such_table_error_handler no_such_table_handler; in execute() local
917 thd->push_internal_handler(&no_such_table_handler); in execute()
921 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3120 No_such_table_error_handler no_such_table_handler;
3124 m_thd->push_internal_handler(&no_such_table_handler);
3131 if (result && no_such_table_handler.safely_trapped_errors())
3649 No_such_table_error_handler no_such_table_handler;
3650 thd->push_internal_handler(&no_such_table_handler);
3681 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors();
H A Dhandler.cc5587 Table_exists_error_handler no_such_table_handler;
5588 thd->push_internal_handler(&no_such_table_handler);
5600 DBUG_RETURN(!no_such_table_handler.safely_trapped_errors());
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_sequence.cc904 No_such_table_error_handler no_such_table_handler; in execute() local
917 thd->push_internal_handler(&no_such_table_handler); in execute()
921 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3120 No_such_table_error_handler no_such_table_handler; in recover_from_failed_open() local
3124 m_thd->push_internal_handler(&no_such_table_handler); in recover_from_failed_open()
3131 if (result && no_such_table_handler.safely_trapped_errors()) in recover_from_failed_open()
3649 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
3650 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
3681 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
H A Dhandler.cc5587 Table_exists_error_handler no_such_table_handler; in ha_table_exists() local
5588 thd->push_internal_handler(&no_such_table_handler); in ha_table_exists()
5600 DBUG_RETURN(!no_such_table_handler.safely_trapped_errors()); in ha_table_exists()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_sequence.cc901 No_such_table_error_handler no_such_table_handler; in execute() local
921 thd->push_internal_handler(&no_such_table_handler); in execute()
925 trapped_errors= no_such_table_handler.safely_trapped_errors(); in execute()
H A Dsql_base.cc3202 No_such_table_error_handler no_such_table_handler; in recover_from_failed_open() local
3206 m_thd->push_internal_handler(&no_such_table_handler); in recover_from_failed_open()
3213 if (result && no_such_table_handler.safely_trapped_errors()) in recover_from_failed_open()
3721 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
3722 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
3753 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
H A Dhandler.cc5077 Table_exists_error_handler no_such_table_handler; in ha_delete_table_force() local
5086 thd->push_internal_handler(&no_such_table_handler); in ha_delete_table_force()
5929 Table_exists_error_handler no_such_table_handler; in ha_table_exists() local
5930 thd->push_internal_handler(&no_such_table_handler); in ha_table_exists()
5942 exists= !no_such_table_handler.safely_trapped_errors(); in ha_table_exists()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_base.cc3907 No_such_table_error_handler no_such_table_handler; in fix_row_type() local
3908 thd->push_internal_handler(&no_such_table_handler); in fix_row_type()
3924 if (no_such_table_handler.safely_trapped_errors()) return false; in fix_row_type()
4738 No_such_table_error_handler no_such_table_handler; in open_and_process_routine() local
4739 thd->push_internal_handler(&no_such_table_handler); in open_and_process_routine()
4748 if (!share && no_such_table_handler.safely_trapped_errors()) { in open_and_process_routine()
4943 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4944 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4974 safe_to_ignore_table = no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_base.cc4693 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4694 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4725 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_base.cc4690 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4691 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4722 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_base.cc4497 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4498 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4501 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc4768 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4769 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4800 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_base.cc4768 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
4769 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
4800 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_base.cc5195 No_such_table_error_handler no_such_table_handler; in open_and_process_table() local
5196 thd->push_internal_handler(&no_such_table_handler); in open_and_process_table()
5227 safe_to_ignore_table= no_such_table_handler.safely_trapped_errors(); in open_and_process_table()

12