diff options
author | msvensson@neptunus.(none) <> | 2006-11-28 21:11:05 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-28 21:11:05 +0100 |
commit | cc747a02b353da17d32be9919e11d04e7a1d394c (patch) | |
tree | 89185b0d10c5b8c12807ce8fcb41122c9cf5c18e /include | |
parent | 80d6de7e5698cff48c5f7cc10962196716d0ea91 (diff) | |
parent | 08e0e06eabd441b579face88fe7d80cd4639d223 (diff) | |
download | mariadb-git-cc747a02b353da17d32be9919e11d04e7a1d394c.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 6 | ||||
-rw-r--r-- | include/mysql_h.ic | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/mysql.h b/include/mysql.h index bc99b6f6ba1..55ef6ee6d10 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -281,12 +281,6 @@ typedef struct st_mysql from mysql_stmt_close if close had to cancel result set of this object. */ my_bool *unbuffered_fetch_owner; - /* - 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 { diff --git a/include/mysql_h.ic b/include/mysql_h.ic index 30ef44a1ccb..44c36c84747 100644 --- a/include/mysql_h.ic +++ b/include/mysql_h.ic @@ -154,7 +154,6 @@ struct __attribute__((aligned(__alignof__(void *)), aligned(__alignof__(unsigned struct st_mysql_methods const * methods; void * thd; my_bool * unbuffered_fetch_owner; - struct st_mysql_stmt * current_stmt; }; # 571 "mysql.h" struct __attribute__((aligned(__alignof__(void *)), aligned(__alignof__(unsigned long int)))) st_mysql_bind |