Commit 0a67a152 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

sql_insert.cc DELAYED INSERT bus error fixed

parent be8815a1
......@@ -478,7 +478,7 @@ class delayed_insert :public ilink {
table(0),tables_in_use(0),stacked_inserts(0), status(0), dead(0),
group_count(0)
{
thd.user=thd.host=(char*) "";
thd.user=thd.priv_user=thd.host=(char*) "";
thd.current_tablenr=0;
thd.version=refresh_version;
thd.command=COM_DELAYED_INSERT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment