mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Manual merge of mysql-next-mr-runtime upstream.
This commit is contained in:
commit
5aeeaaf507
84 changed files with 2377 additions and 703 deletions
|
|
@ -196,7 +196,7 @@ Event_basic::Event_basic()
|
|||
{
|
||||
DBUG_ENTER("Event_basic::Event_basic");
|
||||
/* init memory root */
|
||||
init_alloc_root(&mem_root, 256, 512);
|
||||
init_sql_alloc(&mem_root, 256, 512);
|
||||
dbname.str= name.str= NULL;
|
||||
dbname.length= name.length= 0;
|
||||
time_zone= NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue