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

Added Rand_log_event

This commit is contained in:
unknown
2002-10-24 16:48:34 -06:00
parent 171ac60fe1
commit 27d11e85b2
7 changed files with 122 additions and 5 deletions

View File

@@ -2912,6 +2912,7 @@ mysql_init_query(THD *thd)
thd->total_warn_count=0; // Warnings for this query
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;
thd->lex.param_list.empty();
DBUG_VOID_RETURN;