File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ extern char * mysql_unix_port;
27
27
CLIENT_TRANSACTIONS | \
28
28
CLIENT_PROTOCOL_41 | \
29
29
CLIENT_SECURE_CONNECTION | \
30
- CLIENT_MULTI_RESULTS)
30
+ CLIENT_MULTI_RESULTS | \
31
+ CLIENT_PS_MULTI_RESULTS)
31
32
32
33
sig_handler my_pipe_sig_handler (int sig );
33
34
void read_user_name (char * name );
Original file line number Diff line number Diff line change @@ -19197,7 +19197,7 @@ static struct my_tests_st my_tests[]= {
19197
19197
{ "test_wl4166_3", test_wl4166_3 },
19198
19198
{ "test_wl4166_4", test_wl4166_4 },
19199
19199
{ "test_bug36004", test_bug36004 },
19200
- /* { "test_wl4435", test_wl4435 }, */
19200
+ { "test_wl4435", test_wl4435 },
19201
19201
{ "test_wl4435_2", test_wl4435_2 },
19202
19202
{ "test_bug38486", test_bug38486 },
19203
19203
{ "test_bug33831", test_bug33831 },
You can’t perform that action at this time.
0 commit comments