diff options
author | unknown <kostja@bodhi.(none)> | 2007-10-16 20:21:40 +0400 |
---|---|---|
committer | unknown <kostja@bodhi.(none)> | 2007-10-16 20:21:40 +0400 |
commit | 0e492bdedbe21a03a9e91a6068d739feebf42a7d (patch) | |
tree | de8f63f313865a2fba86f23f51f92d866cfe7568 /include | |
parent | 5254686e535d2a1670a5600dbe3e88fda81eefa3 (diff) | |
download | mariadb-git-0e492bdedbe21a03a9e91a6068d739feebf42a7d.tar.gz |
Update the client ABI to reflect member rename
(this is a backward-compatible change).
include/mysql_h.ic:
Update the ABI to reflect member rename
(this is a backward-compatible change).
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql_h.ic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_h.ic b/include/mysql_h.ic index 8b1c36fdaab..12e16df878a 100644 --- a/include/mysql_h.ic +++ b/include/mysql_h.ic @@ -538,7 +538,7 @@ struct __attribute__((aligned(__alignof__(void *)), aligned(__alignof__(unsigned unsigned char reading_or_writing; char save_char; my_bool no_send_ok; - my_bool no_send_eof; + my_bool unused; my_bool compress; my_bool no_send_error; unsigned char * query_cache_query; |