mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Embedded server bugfix
This commit is contained in:
@ -87,3 +87,4 @@ worm@altair.is.lan
|
|||||||
zak@balfor.local
|
zak@balfor.local
|
||||||
zak@linux.local
|
zak@linux.local
|
||||||
zgreant@mysql.com
|
zgreant@mysql.com
|
||||||
|
hf@genie.(none)
|
||||||
|
@ -107,6 +107,7 @@ void start_embedded_conn1(NET * net)
|
|||||||
thd->command=COM_SLEEP;
|
thd->command=COM_SLEEP;
|
||||||
thd->version=refresh_version;
|
thd->version=refresh_version;
|
||||||
thd->set_time();
|
thd->set_time();
|
||||||
|
bzero(thd->scramble, sizeof(thd->scramble));
|
||||||
init_sql_alloc(&thd->mem_root,8192,8192);
|
init_sql_alloc(&thd->mem_root,8192,8192);
|
||||||
|
|
||||||
check_connections1(thd);
|
check_connections1(thd);
|
||||||
|
Reference in New Issue
Block a user