diff options
author | Galina Shalygina <galashalygina@gmail.com> | 2017-09-02 23:19:20 +0200 |
---|---|---|
committer | Galina Shalygina <galashalygina@gmail.com> | 2017-09-02 23:19:20 +0200 |
commit | 6bce8e14227bd30a24d8f4abe9417c4be73d83f2 (patch) | |
tree | d5e1a3a2daf0df7938c436c6b3dc6140cf9a3d78 /sql/sql_lex.h | |
parent | d76f74d46c03a5560fa817b4481bc6e3f5dfc181 (diff) | |
download | mariadb-git-6bce8e14227bd30a24d8f4abe9417c4be73d83f2.tar.gz |
Post review changes for the optimization of IN predicates into IN subqueries.
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r-- | sql/sql_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h index b607a3c479c..ef5b6108044 100644 --- a/sql/sql_lex.h +++ b/sql/sql_lex.h @@ -874,7 +874,7 @@ public: transformation of IN-predicate into IN-subquery for this st_select_lex. */ - uint cur_tvc; + uint curr_tvc_name; /* Needed to correctly generate 'PRIMARY' or 'SIMPLE' for select_type column |