diff options
author | cmiller@zippy.cornsilk.net <> | 2006-10-20 17:17:24 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-10-20 17:17:24 -0400 |
commit | b96ab282ea34748a89502a64a0cdebc2503186dd (patch) | |
tree | dc38a0ac4d8da2f9fd0658fb3874f7f9b812eaac /include/mysql.h | |
parent | f6ad9e51ed7670c1ea1e30ff8f2f1c5a2b9bc928 (diff) | |
download | mariadb-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 'include/mysql.h')
-rw-r--r-- | include/mysql.h | 6 |
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 { |