mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
freebsd fix for openssl
horrible bug fixed
This commit is contained in:
@@ -875,8 +875,8 @@ bool dispatch_command(enum enum_server_command command, THD *thd,
|
||||
}
|
||||
thd->free_list=0;
|
||||
table_list.name=table_list.real_name=thd->strdup(packet);
|
||||
thd->query_length=strlen(thd->query);
|
||||
thd->query=fields=thd->strdup(strend(packet)+1);
|
||||
thd->query_length=strlen(thd->query);
|
||||
mysql_log.write(thd,command,"%s %s",table_list.real_name,fields);
|
||||
remove_escape(table_list.real_name); // This can't have wildcards
|
||||
|
||||
|
||||
Reference in New Issue
Block a user