mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Update the client ABI to reflect member rename
(this is a backward-compatible change).
This commit is contained in:
parent
b6c7a4b6b2
commit
4b5914caf5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue