summaryrefslogtreecommitdiff
path: root/include/mysql.h
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
commitb4be62323f39969bd952696ce69f829a08e9cf5d (patch)
tree132f98a1af20657d0af2f1a645155d2f6d291c28 /include/mysql.h
parentac659aeef1c03552a9da4fc310e8486c98591a1f (diff)
downloadmariadb-git-b4be62323f39969bd952696ce69f829a08e9cf5d.tar.gz
Bug #23427: incompatible ABI change in 5.0.26?mysql-5.1.12
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 'include/mysql.h')
-rw-r--r--include/mysql.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mysql.h b/include/mysql.h
index ae4a8222c5b..8ef3f1273ec 100644
--- a/include/mysql.h
+++ b/include/mysql.h
@@ -293,12 +293,6 @@ typedef struct st_mysql
/* needed for embedded server - no net buffer to store the 'info' */
char *info_buffer;
#endif
- /*
- In embedded server it points to the statement that is processed
- in the current query. We store some results directly in statement
- fields then.
- */
- struct st_mysql_stmt *current_stmt;
} MYSQL;
typedef struct st_mysql_res {