diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-17 14:30:08 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-11-17 14:30:08 +0400 |
commit | a3d041559d2a466da9e0115c0f8f1044de98db70 (patch) | |
tree | e2a5b1aa69af807fce4d1cf234a7bdefd36f45d7 /include | |
parent | e78fd1d14b7b151c4968702a28292d1d41b4f2ea (diff) | |
download | mariadb-git-a3d041559d2a466da9e0115c0f8f1044de98db70.tar.gz |
ABI fix
include/mysql_h.ic:
this one should actually be removed from the ABI
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql_h.ic | 1 |
1 files changed, 0 insertions, 1 deletions
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 |