mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 00:24:30 +02:00
Merge 10.1 into 10.2
This commit is contained in:
commit
32062cc61c
277 changed files with 16904 additions and 4184 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue