Loading sql/sql_insert.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
sql/sql_insert.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading