1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added Rand_log_event

This commit is contained in:
nick@mysql.com
2002-10-22 15:17:17 -06:00
parent 00d47646d5
commit d749b832b2
7 changed files with 123 additions and 5 deletions

View File

@ -2724,6 +2724,7 @@ mysql_init_query(THD *thd)
thd->fatal_error=0; // Safety
thd->last_insert_id_used=thd->query_start_used=thd->insert_id_used=0;
thd->sent_row_count=thd->examined_row_count=0;
thd->rand_used=0;
thd->safe_to_cache_query=1;
DBUG_VOID_RETURN;
}