diff options
author | unknown <mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-05-12 12:22:31 -0400 |
---|---|---|
committer | unknown <mikael@c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se> | 2006-05-12 12:22:31 -0400 |
commit | 2bbda91fd8efed9ecd0fd3cd60f20260677babd0 (patch) | |
tree | 19a757ed971dd9d4403a66cca15db1c9bfee8e12 /sql/table.h | |
parent | 22f9cee041b22dd78181d196b4088aa7c3f55ce5 (diff) | |
parent | 34e8e53ef0f8c653c9eb33f293dc4ac24a29c882 (diff) | |
download | mariadb-git-2bbda91fd8efed9ecd0fd3cd60f20260677babd0.tar.gz |
Merge c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/clean-mysql-5.1-new
into c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19010
mysql-test/r/ndb_dd_basic.result:
Auto merged
mysql-test/r/ndb_partition_key.result:
Auto merged
mysql-test/t/ndb_partition_key.test:
Auto merged
sql/ha_partition.cc:
Auto merged
sql/sql_parse.cc:
Auto merged
sql/sql_partition.cc:
Auto merged
sql/sql_show.cc:
Auto merged
sql/sql_table.cc:
Auto merged
sql/table.cc:
Auto merged
sql/table.h:
Auto merged
sql/unireg.cc:
Auto merged
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 5fd9cd28585..760e94b5bd5 100644 --- a/sql/table.h +++ b/sql/table.h @@ -214,6 +214,7 @@ typedef struct st_table_share */ bool log_table; #ifdef WITH_PARTITION_STORAGE_ENGINE + bool auto_partitioned; const uchar *partition_info; uint partition_info_len; const uchar *part_state; |