mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Enable WL#4435.
This commit is contained in:
parent
51caeae915
commit
50561ab010
2 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,8 @@ extern char * mysql_unix_port;
|
|||
CLIENT_TRANSACTIONS | \
|
||||
CLIENT_PROTOCOL_41 | \
|
||||
CLIENT_SECURE_CONNECTION | \
|
||||
CLIENT_MULTI_RESULTS)
|
||||
CLIENT_MULTI_RESULTS | \
|
||||
CLIENT_PS_MULTI_RESULTS)
|
||||
|
||||
sig_handler my_pipe_sig_handler(int sig);
|
||||
void read_user_name(char *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue