diff options
author | unknown <igreenhoe/greenman@anubis.greendragongames.com> | 2006-07-14 05:56:30 -0700 |
---|---|---|
committer | unknown <igreenhoe/greenman@anubis.greendragongames.com> | 2006-07-14 05:56:30 -0700 |
commit | 23c514508e45cc179e750251d912da34ce8d404b (patch) | |
tree | 0a6220e54c2d8511c424eb81fe8fc0450dcdba1d /sql/table.cc | |
parent | 35bfad1e3db9d955a135035d4af6665f0331e811 (diff) | |
download | mariadb-git-23c514508e45cc179e750251d912da34ce8d404b.tar.gz |
4.1 -> 5.0 merge fixes
Diffstat (limited to 'sql/table.cc')
-rw-r--r-- | sql/table.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc index 55e1575b9a3..e50b401df5f 100644 --- a/sql/table.cc +++ b/sql/table.cc @@ -2999,7 +2999,6 @@ void st_table_list::reinit_before_use(THD * /* thd */) were closed in the end of previous prepare or execute call. */ table= 0; - table_list= 0; } |