diff options
author | monty@donna.mysql.com <> | 2000-10-14 03:16:35 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-14 03:16:35 +0300 |
commit | 7ac13c89e62da94aab70d3e8e89d368cb7bc7e5c (patch) | |
tree | 1b0bc8c3909ac0c3e49a7d72615c583c9a72254d /sql/sql_class.cc | |
parent | 5134b08422d9e69228fe5f66a51f0e5f12c81e86 (diff) | |
download | mariadb-git-7ac13c89e62da94aab70d3e8e89d368cb7bc7e5c.tar.gz |
Fix of LEFT JOIN optimizer bug, problem with key cache on Windows and
a lot of portability issues.
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 31d54a621ac..b65c5d1978f 100644 --- a/sql/sql_class.cc +++ b/sql/sql_class.cc @@ -96,6 +96,7 @@ THD::THD() start_time=(time_t) 0; last_nx_table = last_nx_db = 0; inactive_timeout=net_wait_timeout; + open_options=ha_open_options; cond_count=0; command=COM_CONNECT; set_query_id=1; |