diff options
author | sergefp@mysql.com <> | 2005-12-26 14:56:15 +0300 |
---|---|---|
committer | sergefp@mysql.com <> | 2005-12-26 14:56:15 +0300 |
commit | e597607cb848437f8b5213fe9bf0934c60cb6cc8 (patch) | |
tree | 3a28c9b3bd246795cf59f2badf4b64058cbad745 /sql/table.h | |
parent | 88bcd74d768225935bb02c99629c76cc9ca90f93 (diff) | |
parent | 81452dbcfce9561874d6e1c0e321a9ec04c2c5d0 (diff) | |
download | mariadb-git-e597607cb848437f8b5213fe9bf0934c60cb6cc8.tar.gz |
Merge newbox:mysql-5.1-ppruning-r4
into pylon.mylan:/home/psergey/mysql-5.1-26dec-merge
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index d8829de5ebf..8f514f248b4 100644 --- a/sql/table.h +++ b/sql/table.h @@ -300,6 +300,7 @@ struct st_table { FILESORT_INFO sort; #ifdef WITH_PARTITION_STORAGE_ENGINE partition_info *part_info; /* Partition related information */ + bool no_partitions_used; /* If true, all partitions have been pruned away */ #endif bool fill_item_list(List<Item> *item_list) const; |