Commit 2a691ce7 authored by unknown's avatar unknown

sql_insert.cc DELAYED INSERT bus error fixed


sql/sql_insert.cc:
  DELAYED INSERT bus error fixed
parent c85347cd
...@@ -478,7 +478,7 @@ public: ...@@ -478,7 +478,7 @@ public:
table(0),tables_in_use(0),stacked_inserts(0), status(0), dead(0), table(0),tables_in_use(0),stacked_inserts(0), status(0), dead(0),
group_count(0) group_count(0)
{ {
thd.user=thd.host=(char*) ""; thd.user=thd.priv_user=thd.host=(char*) "";
thd.current_tablenr=0; thd.current_tablenr=0;
thd.version=refresh_version; thd.version=refresh_version;
thd.command=COM_DELAYED_INSERT; 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