mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Another post-merge fix.
This commit is contained in:
parent
343a5244dc
commit
35b6ad7968
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ db_create_event(THD *thd, Event_timed *et, my_bool create_if_not,
|
|||
TABLE *table;
|
||||
char old_db_buf[NAME_LEN+1];
|
||||
LEX_STRING old_db= { old_db_buf, sizeof(old_db_buf) };
|
||||
bool dbchanged;
|
||||
bool dbchanged= FALSE;
|
||||
DBUG_ENTER("db_create_event");
|
||||
DBUG_PRINT("enter", ("name: %.*s", et->name.length, et->name.str));
|
||||
|
||||
|
|
Loading…
Reference in a new issue