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

Fixed compiler failures and warnings

This commit is contained in:
Monty
2016-03-20 21:00:58 +02:00
parent 2f7b6c5751
commit 0c9d39edc3
4 changed files with 12 additions and 21 deletions

View File

@ -165,7 +165,8 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
arg_length= header_length;
}
result= dispatch_command(command, thd, (char *) arg, arg_length, FALSE);
result= dispatch_command(command, thd, (char *) arg, arg_length, FALSE,
FALSE);
thd->cur_data= 0;
thd->mysys_var= NULL;