From 2a691ce78768aa24852c0e147f04f8d2668298d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Mar 2001 23:21:29 +0100 Subject: [PATCH] sql_insert.cc DELAYED INSERT bus error fixed sql/sql_insert.cc: DELAYED INSERT bus error fixed --- sql/sql_insert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index bc67a7f261f..50c7d4e1bc5 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -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;