sql_insert.cc DELAYED INSERT bus error fixed

This commit is contained in:
serg@serg.mysql.com 2001-03-05 23:21:29 +01:00
parent be8815a19f
commit 0a67a152f4

View file

@ -478,7 +478,7 @@ public:
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;