1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

mysql-test/r/flush_block_commit.result

correct result after bugfix
sql/sql_class.cc
    initialize net.query_cache_query
This commit is contained in:
serg@serg.mylan
2005-04-12 23:08:19 +02:00
parent 3ab03ccbb0
commit b3e54c9aee
3 changed files with 6 additions and 4 deletions

View File

@@ -202,10 +202,11 @@ THD::THD()
#ifndef DBUG_OFF
dbug_sentry=THD_SENTRY_MAGIC;
#endif
#ifndef EMBEDDED_LIBRARY
#ifndef EMBEDDED_LIBRARY
net.vio=0;
#endif
net.last_error[0]=0; // If error on boot
net.last_error[0]=0; // If error on boot
net.query_cache_query=0; // If error on boot
ull=0;
system_thread= cleanup_done= abort_on_warning= no_warnings_for_error= 0;
peer_port= 0; // For SHOW PROCESSLIST
@@ -214,7 +215,7 @@ THD::THD()
#endif
#ifdef SIGNAL_WITH_VIO_CLOSE
active_vio = 0;
#endif
#endif
pthread_mutex_init(&LOCK_delete, MY_MUTEX_INIT_FAST);
/* Variables with default values */