summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2006-10-20 17:17:24 -0400
committercmiller@zippy.cornsilk.net <>2006-10-20 17:17:24 -0400
commitb96ab282ea34748a89502a64a0cdebc2503186dd (patch)
treedc38a0ac4d8da2f9fd0658fb3874f7f9b812eaac /libmysqld
parentf6ad9e51ed7670c1ea1e30ff8f2f1c5a2b9bc928 (diff)
downloadmariadb-git-b96ab282ea34748a89502a64a0cdebc2503186dd.tar.gz
Bug #23427: incompatible ABI change in 5.0.26?
Revert 1 June change enough to restore ABI compatibility with previous versions.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/lib_sql.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
index 40966be46a5..98c75dfe719 100644
--- a/libmysqld/lib_sql.cc
+++ b/libmysqld/lib_sql.cc
@@ -100,7 +100,6 @@ 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->store_globals(); // Fix if more than one connect
/*