mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 00:54:30 +02:00
Merge mysql.com:/home/hf/work/current_stmt/my50-current_stmt
into mysql.com:/home/hf/work/current_stmt/my51-current_stmt include/mysql.h: Auto merged libmysqld/lib_sql.cc: Auto merged sql/sql_class.h: Auto merged
This commit is contained in:
commit
c0a46e71d7
3 changed files with 7 additions and 7 deletions
|
|
@ -100,7 +100,7 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
|
|||
mysql->affected_rows= ~(my_ulonglong) 0;
|
||||
mysql->field_count= 0;
|
||||
net->last_errno= 0;
|
||||
mysql->current_stmt= stmt;
|
||||
thd->current_stmt= stmt;
|
||||
|
||||
thd->store_globals(); // Fix if more than one connect
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue