diff options
author | unknown <tsmith@maint1.mysql.com> | 2006-10-24 20:01:01 +0200 |
---|---|---|
committer | unknown <tsmith@maint1.mysql.com> | 2006-10-24 20:01:01 +0200 |
commit | b075786e0a70c05dc4ed9ffac2760a689683d532 (patch) | |
tree | 942339701a7623ad65cdc98db19b566968d5a03b /include | |
parent | 31959774de006ba846b8206eea8f4df3cb85ad63 (diff) | |
parent | 5154dd662594e7ab0e83e77fe5652bfa0eba92da (diff) | |
download | mariadb-git-b075786e0a70c05dc4ed9ffac2760a689683d532.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1-maint
into maint1.mysql.com:/data/localhome/tsmith/bk/51
mysql-test/include/mix1.inc:
Auto merged
mysql-test/r/innodb_mysql.result:
Auto merged
mysql-test/t/view.test:
Auto merged
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 { |