Merge 10.1 into 10.2

This commit is contained in:
Marko Mäkelä 2018-11-06 08:41:48 +02:00
commit 32062cc61c
277 changed files with 16904 additions and 4184 deletions

View file

@ -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);
}