mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Allow mysql_upgrade to enable event after table is corrected
new features: set event_scheduler=ON|OFF will now try to init event scheduler if it's not enabled set event_scheduler=default will try to enable it based on the value of the event_scheduler when mysqld was started
This commit is contained in:
@@ -510,8 +510,10 @@ Diagnostics_area::set_error_status(uint sql_errno,
|
||||
void
|
||||
Diagnostics_area::disable_status()
|
||||
{
|
||||
DBUG_ENTER("disable_status");
|
||||
DBUG_ASSERT(! is_set());
|
||||
m_status= DA_DISABLED;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
Warning_info::Warning_info(ulonglong warn_id_arg,
|
||||
|
Reference in New Issue
Block a user