diff options
author | guilhem@mysql.com <> | 2005-11-18 16:38:01 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2005-11-18 16:38:01 +0100 |
commit | 2f95fc2701bd83a9aea31e167f69c16ee51a6317 (patch) | |
tree | 07e22cfddd8927526e3bb2ef581822106278886f /sql/sql_prepare.cc | |
parent | 50afa94dd509be490ebe274b8feec966864b502b (diff) | |
parent | 43bbd352e3aa4af23f479e33ba80a6dfdeb6774f (diff) | |
download | mariadb-git-2f95fc2701bd83a9aea31e167f69c16ee51a6317.tar.gz |
Merge mysql.com:/home/mysql_src/mysql-5.0
into mysql.com:/home/mysql_src/mysql-5.1-merge-of-5.0 (not all files are good,
I'll fix; I'll ask some devs to check their part)
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index fd03913a715..d7c9ad54931 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -2111,8 +2111,6 @@ void reinit_stmt_before_use(THD *thd, LEX *lex) were closed in the end of previous prepare or execute call. */ tables->table= 0; - if (tables->nested_join) - tables->nested_join->counter= 0; if (tables->prep_on_expr) { |