mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Embedded server bugfix
libmysqld/lib_sql.cc: Necessary thd->scramble initialization added BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
This commit is contained in:
parent
ff71cf2d13
commit
911a8e1ba0
2 changed files with 2 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ void start_embedded_conn1(NET * net)
|
|||
thd->command=COM_SLEEP;
|
||||
thd->version=refresh_version;
|
||||
thd->set_time();
|
||||
bzero(thd->scramble, sizeof(thd->scramble));
|
||||
init_sql_alloc(&thd->mem_root,8192,8192);
|
||||
|
||||
check_connections1(thd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue