summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <mmj@tiger.local[mmj]>2006-10-24 19:05:11 +0200
committerunknown <mmj@tiger.local[mmj]>2006-10-24 19:05:11 +0200
commitc35715392f01b34865a5cbbdbfa89efb58814482 (patch)
tree132f98a1af20657d0af2f1a645155d2f6d291c28 /libmysqld
parent11951fda528e76e258e0181c0bb7137771d2fe2d (diff)
downloadmariadb-git-c35715392f01b34865a5cbbdbfa89efb58814482.tar.gz
Bug #23427: incompatible ABI change in 5.0.26?
Revert 1 June change enough to restore ABI compatibility with previous versions. include/mysql.h: Revert patch that breaks ABI compatibility libmysqld/lib_sql.cc: Remove useless assignment.
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 5ac2c163c4e..b5efd4a82af 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
/*