diff options
author | unknown <tsmith@siva.hindu.god> | 2007-03-06 15:41:56 -0700 |
---|---|---|
committer | unknown <tsmith@siva.hindu.god> | 2007-03-06 15:41:56 -0700 |
commit | 31fc397c4c8a7a24f4a9d30059c96f2e4bb78524 (patch) | |
tree | 6298142859b2501516fcc5350c904a12e0970ffb /sql/sql_class.cc | |
parent | 3e42dddaa558e1b84065a1a63b04d3feafeb3e50 (diff) | |
parent | 609970750bfb12db1edfabc41ddf0948eb5f15fa (diff) | |
download | mariadb-git-31fc397c4c8a7a24f4a9d30059c96f2e4bb78524.tar.gz |
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into siva.hindu.god:/home/tsmith/m/bk/maint/50
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index e6106675159..2246f65d0e5 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -226,7 +226,9 @@ THD::THD() #endif client_capabilities= 0; // minimalistic client net.last_error[0]=0; // If error on boot +#ifdef HAVE_QUERY_CACHE query_cache_init_query(&net); // If error on boot +#endif ull=0; system_thread= cleanup_done= abort_on_warning= no_warnings_for_error= 0; peer_port= 0; // For SHOW PROCESSLIST |