1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

LEX initialization fixed

This commit is contained in:
bell@sanja.is.com.ua
2004-07-21 22:44:12 +03:00
parent 84d9b862f6
commit a1b6f6db0e
6 changed files with 18 additions and 20 deletions

View File

@@ -1706,7 +1706,7 @@ int Load_log_event::exec_event(NET* net, struct st_relay_log_info* rli,
Usually mysql_init_query() is called by mysql_parse(), but we need it here
as the present method does not call mysql_parse().
*/
mysql_init_query(thd);
mysql_init_query(thd, 0, 0);
if (!use_rli_only_for_errors)
{
#if MYSQL_VERSION_ID < 50000