diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-06-14 15:17:54 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-06-14 15:17:54 +0400 |
commit | 7754be7f4c19d442564d8fef6853e711aa0e3cec (patch) | |
tree | ea421ccef478c3a5e67aa73a76c9446ac9c89d88 /sql | |
parent | 7715f237ccb34f001a93d71cbab2d1821b6b6b39 (diff) | |
download | mariadb-git-7754be7f4c19d442564d8fef6853e711aa0e3cec.tar.gz |
More comments
Diffstat (limited to 'sql')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index bc2c1b0f2cf..2f325e0ff63 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1555,6 +1555,7 @@ public: /* Temporary tables used to weed-out semi-join duplicates */ List<TABLE> sj_tmp_tables; + /* SJM nests that are executed with SJ-Materialization strategy */ List<SJ_MATERIALIZATION_INFO> sjm_info_list; /* |