diff options
author | Michael Widenius <monty@askmonty.org> | 2011-06-10 12:09:21 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-06-10 12:09:21 +0300 |
commit | 3516b4b5d14b07a94f752f063cc04c7dd70cc155 (patch) | |
tree | a3e5f851ecc68dccb3a9bd99f2d29af43e0156a2 /sql/table.h | |
parent | 9e3570ea6c0872bcb8a9e0c7de4216945d8d3523 (diff) | |
parent | 13f55aac67343450d1c2872dd238d81093d09f11 (diff) | |
download | mariadb-git-3516b4b5d14b07a94f752f063cc04c7dd70cc155.tar.gz |
Merge with 5.2
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 4e198116fe2..02e6eaf68aa 100644 --- a/sql/table.h +++ b/sql/table.h @@ -827,7 +827,7 @@ struct st_table { See TABLE_LIST::process_index_hints(). */ bool force_index_group; - bool distinct,const_table,no_rows; + bool distinct,const_table,no_rows, used_for_duplicate_elimination; /** If set, the optimizer has found that row retrieval should access index |