Commit 8744bd00 authored by hf@genie.(none)'s avatar hf@genie.(none)
Browse files

Embedded server bugfix

parent 4175461c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,3 +87,4 @@ worm@altair.is.lan
zak@balfor.local
zak@linux.local
zgreant@mysql.com
hf@genie.(none)
+1 −0
Original line number Diff line number Diff line
@@ -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);