mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for #1487
This commit is contained in:
@ -75,7 +75,10 @@ emb_advanced_command(MYSQL *mysql, enum enum_server_command command,
|
||||
client). So we have to call free_old_query here
|
||||
*/
|
||||
free_old_query(mysql);
|
||||
if (!arg)
|
||||
|
||||
thd->extra_length= arg_length;
|
||||
thd->extra_data= (char *)arg;
|
||||
if (header)
|
||||
{
|
||||
arg= header;
|
||||
arg_length= header_length;
|
||||
|
Reference in New Issue
Block a user