summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-12-16 16:20:08 +0100
committerJoerg Bruehe <joerg@mysql.com>2009-12-16 16:20:08 +0100
commit9018db2c7a2aa256a3ba38175bf37eec4688d61c (patch)
tree44687e1e015ccde9dacb1bac98d643d5c786a7e3 /libmysql
parent5cd3dffebb2abd5778e819ac57001e0d963484d8 (diff)
parent6ddab77da26d4529db403e573298f927d315adeb (diff)
downloadmariadb-git-9018db2c7a2aa256a3ba38175bf37eec4688d61c.tar.gz
Automerge the changes of version 5.5.0-m2.
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/client_settings.h3
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);