| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The value of the PARTITION_COMMENT column is an empty string if there is no partition comment.
mysql-test/r/information_schema_part.result:
result fix
mysql-test/r/ndb_dd_alter.result:
result fix
mysql-test/r/ndb_dd_backuprestore.result:
result fix
mysql-test/r/ndb_partition_range.result:
result fix
sql/sql_show.cc:
The value of the PARTITION_COMMENT column is an empty string if there is no partition comment.
|
| |
|
|
|
|
|
|
|
|
| |
Test case fix
mysql-test/r/information_schema_part.result:
Test case fix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Merging changesets from crashed 5.1-kt
mysql-test/r/information_schema_part.result:
Merging changesets from crashed 5.1-kt
mysql-test/r/partition.result:
Merging changesets from crashed 5.1-kt
mysql-test/r/partition_02myisam.result:
Merging changesets from crashed 5.1-kt
mysql-test/r/partition_mgm_err.result:
Merging changesets from crashed 5.1-kt
mysql-test/r/partition_range.result:
Merging changesets from crashed 5.1-kt
mysql-test/r/rpl_row_basic_8partition.result:
Merging changesets from crashed 5.1-kt
sql/sql_show.cc:
Merging changesets from crashed 5.1-kt
|
|
|
|
|
|
|
|
|
| |
mysql-test/r/information_schema_part.result:
Bug fix
sql/partition_element.h:
Review fixes
sql/sql_partition.cc:
Review fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
schema for partitions
and in SHOW CREATE TABLE
mysql-test/r/information_schema_part.result:
Added new test cases
mysql-test/t/information_schema_part.test:
Added new test cases
sql/sql_partition.cc:
Added missing check for LINEAR keyword on subpartitions
sql/sql_show.cc:
Added missing check for LINEAR keyword on subpartitions
Small remove of duplicate code
|
|
added I_S 'PARTITIONS' table
|