mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
sql_insert.cc DELAYED INSERT bus error fixed
This commit is contained in:
parent
be8815a19f
commit
0a67a152f4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue