Commit d19c0ded authored by unknown's avatar unknown

sql_insert.cc DELAYED INSERT bus error fixed


sql/sql_insert.cc:
  DELAYED INSERT bus error fixed
parent f98b4525
......@@ -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