Browse Source

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).
pull/374/head
unknown 18 years ago
parent
commit
0e492bdedb
  1. 2
      include/mysql_h.ic

2
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;

Loading…
Cancel
Save