diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-12-16 14:11:20 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-12-16 14:11:20 +0100 |
commit | 6ddab77da26d4529db403e573298f927d315adeb (patch) | |
tree | 3c649eaeecff14c257ff448de3de4d314e1ba4c9 /libmysql | |
parent | d11111f1a694fdec2464f176fe0f0f95f9480d93 (diff) | |
parent | 81d9615de8781c278635acb4e7980966b1963f85 (diff) | |
download | mariadb-git-6ddab77da26d4529db403e573298f927d315adeb.tar.gz |
Automerge the build fixes of 5.5.0-m2 back into the tree.
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/client_settings.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libmysql/client_settings.h b/libmysql/client_settings.h index aaec08d1b1e..fa92dfb2687 100644 --- a/libmysql/client_settings.h +++ b/libmysql/client_settings.h @@ -27,8 +27,7 @@ extern char * mysql_unix_port; CLIENT_TRANSACTIONS | \ CLIENT_PROTOCOL_41 | \ CLIENT_SECURE_CONNECTION | \ - CLIENT_MULTI_RESULTS | \ - CLIENT_PS_MULTI_RESULTS) + CLIENT_MULTI_RESULTS) sig_handler my_pipe_sig_handler(int sig); void read_user_name(char *name); |