mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
fix for bug #16411 (microseconds are allowed)
last fixes sql/event_executor.cc: fix message
This commit is contained in:
parent
4f2d6f1158
commit
d587a26bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ event_executor_worker(void *event_void)
|
|||
event->dbname.str, event->name.str,
|
||||
event->definer.str);
|
||||
else if (ret == EVEX_MICROSECOND_UNSUP)
|
||||
sql_print_information("SCHEDULER: MICROSECOND is supported");
|
||||
sql_print_information("SCHEDULER: MICROSECOND is not supported");
|
||||
}
|
||||
event->spawn_thread_finish(thd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue