mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -1321,6 +1321,7 @@ bool Sql_cmd_analyze_table::execute(THD *thd)
|
||||
m_lex->query_tables= first_table;
|
||||
|
||||
error:
|
||||
WSREP_ERROR_LABEL:
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
||||
@ -1379,6 +1380,7 @@ bool Sql_cmd_optimize_table::execute(THD *thd)
|
||||
m_lex->query_tables= first_table;
|
||||
|
||||
error:
|
||||
WSREP_ERROR_LABEL:
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
||||
@ -1413,5 +1415,6 @@ bool Sql_cmd_repair_table::execute(THD *thd)
|
||||
m_lex->query_tables= first_table;
|
||||
|
||||
error:
|
||||
WSREP_ERROR_LABEL:
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
Reference in New Issue
Block a user