mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
A fix for events_trans.test failure on many hosts (5.1-runtime)
This commit is contained in:
@ -1043,6 +1043,7 @@ Event_queue_element::load_from_row(THD *thd, TABLE *table)
|
||||
status = Event_queue_element::SLAVESIDE_DISABLED;
|
||||
break;
|
||||
case 'D' :
|
||||
default:
|
||||
status = Event_queue_element::DISABLED;
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user