mirror of
https://github.com/MariaDB/server.git
synced 2026-04-30 12:15:32 +02:00
merge
This commit is contained in:
commit
39641dfd65
85 changed files with 2378 additions and 708 deletions
|
|
@ -138,6 +138,7 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
|
|||
|
||||
result= dispatch_command(command, thd, (char *) arg, arg_length);
|
||||
thd->cur_data= 0;
|
||||
thd->mysys_var= NULL;
|
||||
|
||||
if (!skip_check)
|
||||
result= thd->is_error() ? -1 : 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue