mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-10559: main.mysql_client_test_nonblock crashes in buildbot on 10.0
fix for async operations
This commit is contained in:
@ -455,7 +455,11 @@ MK_ASYNC_START_BODY(
|
||||
parms.db= db;
|
||||
parms.port= port;
|
||||
parms.unix_socket= unix_socket;
|
||||
parms.client_flags= client_flags;
|
||||
/*
|
||||
async wrapper enforce the CLIENT_REMEMBER_OPTIONS flag to be
|
||||
functional (otherwise it can't operate)
|
||||
*/
|
||||
parms.client_flags= client_flags | CLIENT_REMEMBER_OPTIONS;
|
||||
},
|
||||
NULL,
|
||||
r_ptr,
|
||||
|
Reference in New Issue
Block a user