mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'origin/11.4' into 11.5
This commit is contained in:
@@ -11802,6 +11802,7 @@ end_temporary:
|
||||
|
||||
thd->variables.option_bits&= ~OPTION_BIN_COMMIT_OFF;
|
||||
|
||||
thd_progress_end(thd);
|
||||
*recreate_info= Recreate_info(copied, deleted);
|
||||
thd->my_ok_with_recreate_info(*recreate_info,
|
||||
(ulong) thd->get_stmt_da()->
|
||||
@@ -11929,7 +11930,7 @@ class Has_default_error_handler : public Internal_error_handler
|
||||
public:
|
||||
bool handle_condition(THD *, uint sql_errno, const char *,
|
||||
Sql_condition::enum_warning_level *,
|
||||
const char *, Sql_condition **)
|
||||
const char *, Sql_condition **) override
|
||||
{
|
||||
return sql_errno == ER_NO_DEFAULT_FOR_FIELD;
|
||||
}
|
||||
|
Reference in New Issue
Block a user