diff options
author | andrey@example.com <> | 2006-10-18 20:07:28 +0200 |
---|---|---|
committer | andrey@example.com <> | 2006-10-18 20:07:28 +0200 |
commit | b53f83881e795ed889be7ff499aaf508a330eb0e (patch) | |
tree | 0807ee8f1c45f78379dc2d521e43dd5c0ab2de18 /sql/sql_class.cc | |
parent | 43608c2583c3c6bc54a7521414e9083b6cff998a (diff) | |
parent | 9010a7952748254e47caeb3108d6d4bbcd98e300 (diff) | |
download | mariadb-git-b53f83881e795ed889be7ff499aaf508a330eb0e.tar.gz |
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maint
into example.com:/work/bug23379/my41-bug23379
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r-- | sql/sql_class.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc index bd292814bfa..fc9597cba87 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -181,6 +181,7 @@ THD::THD() // Must be reset to handle error with THD's created for init of mysqld lex->current_select= 0; start_time=(time_t) 0; + time_after_lock=(time_t) 0; current_linfo = 0; slave_thread = 0; variables.pseudo_thread_id= 0; |