diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2006-10-20 17:30:28 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2006-10-20 17:30:28 -0400 |
commit | 338c36c6e24f1ea4e834e80f52cd11c5371070b6 (patch) | |
tree | 58e4b459f0cf0d93f1f429d607a9874d8a731993 /include | |
parent | 5e3a54c7f3229a3796faeecf9fa42b1d238640ec (diff) | |
parent | a71a524eeb5d70414f43d2708a47d729f2ad6640 (diff) | |
download | mariadb-git-338c36c6e24f1ea4e834e80f52cd11c5371070b6.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/emergency/mysql-5.0.26a-release
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
Diffstat (limited to 'include')
-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 { |