1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Post-merge fixes.

This commit is contained in:
pem@mysql.telia.com
2003-09-24 15:26:20 +02:00
parent 8d884c02bb
commit 6e55a3428a
16 changed files with 51 additions and 51 deletions

View File

@ -616,7 +616,7 @@ public:
thd.current_tablenr=0;
thd.version=refresh_version;
thd.command=COM_DELAYED_INSERT;
thd.lex.current_select= 0; /* for my_message_sql */
thd.lex->current_select= 0; /* for my_message_sql */
bzero((char*) &thd.net,sizeof(thd.net)); // Safety
thd.system_thread=1;