diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-11-16 23:16:44 +0400 |
commit | 497ccd6b87b9978fadac6c48d4ae6bd2f689feb7 (patch) | |
tree | 5400912843b70b171dc06c8cdc96a6f3329a25db /libmysqld | |
parent | 4e9ef283efa621ad3acafce39978bc8f29b97931 (diff) | |
parent | e7cde7265138dcb6ded0a1309e331a52baaf44e5 (diff) | |
download | mariadb-git-497ccd6b87b9978fadac6c48d4ae6bd2f689feb7.tar.gz |
Merge mysql.com:/home/hf/work/mysql-4.1-mrg
into mysql.com:/home/hf/work/mysql-5.0-mrg
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/lib_sql.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc index 98c75dfe719..a88c0b135db 100644 --- a/libmysqld/lib_sql.cc +++ b/libmysqld/lib_sql.cc @@ -100,6 +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; + thd->current_stmt= stmt; thd->store_globals(); // Fix if more than one connect /* |