Skip to content

Commit e64d6d5

Browse files
author
Alexander Nozdrin
committed
Enable WL#4435.
1 parent 357496c commit e64d6d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

libmysql/client_settings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ extern char * mysql_unix_port;
2727
CLIENT_TRANSACTIONS | \
2828
CLIENT_PROTOCOL_41 | \
2929
CLIENT_SECURE_CONNECTION | \
30-
CLIENT_MULTI_RESULTS)
30+
CLIENT_MULTI_RESULTS | \
31+
CLIENT_PS_MULTI_RESULTS)
3132

3233
sig_handler my_pipe_sig_handler(int sig);
3334
void read_user_name(char *name);

tests/mysql_client_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19197,7 +19197,7 @@ static struct my_tests_st my_tests[]= {
1919719197
{ "test_wl4166_3", test_wl4166_3 },
1919819198
{ "test_wl4166_4", test_wl4166_4 },
1919919199
{ "test_bug36004", test_bug36004 },
19200-
/* { "test_wl4435", test_wl4435 }, */
19200+
{ "test_wl4435", test_wl4435 },
1920119201
{ "test_wl4435_2", test_wl4435_2 },
1920219202
{ "test_bug38486", test_bug38486 },
1920319203
{ "test_bug33831", test_bug33831 },

0 commit comments

Comments
 (0)