1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #45159 : some tests in suite "jp" fail in embedded server (use LOAD DATA)

Initialize correctly client flags for the embedded client
Test cases in jp updated to work correctly with embedded server.
This commit is contained in:
Georgi Kodinov
2009-09-11 15:52:08 +03:00
parent 59069cac4a
commit 63212b1643
31 changed files with 211 additions and 360 deletions

View File

@ -164,6 +164,7 @@ mysql_real_connect(MYSQL *mysql,const char *host, const char *user,
port=0;
unix_socket=0;
client_flag|=mysql->options.client_flag;
/* Send client information for access check */
client_flag|=CLIENT_CAPABILITIES;
if (client_flag & CLIENT_MULTI_STATEMENTS)