mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@@ -74,7 +74,9 @@ No_such_table_error_handler::handle_condition(THD *,
|
||||
*cond_hdl= NULL;
|
||||
if (!first_error)
|
||||
first_error= sql_errno;
|
||||
if (sql_errno == ER_NO_SUCH_TABLE || sql_errno == ER_NO_SUCH_TABLE_IN_ENGINE)
|
||||
if (sql_errno == ER_NO_SUCH_TABLE
|
||||
|| sql_errno == ER_NO_SUCH_TABLE_IN_ENGINE
|
||||
|| sql_errno == ER_UNKNOWN_SEQUENCES)
|
||||
{
|
||||
m_handled_errors++;
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user