summaryrefslogtreecommitdiff
path: root/mysql-test/r/information_schema_part.result
Commit message (Collapse)AuthorAgeFilesLines
* Bug#28007 Wrong default value for I_S.PARTITIONS.PARTITION_COMMENTunknown2007-06-061-27/+27
| | | | | | | | | | | | | | | | 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.
* update result for having tablespace in I_S.PARTITIONSunknown2006-10-271-10/+10
|
* BUG#20340: NODEGROUP wrong field type in information schemaunknown2006-07-221-24/+24
| | | | | | | | Test case fix mysql-test/r/information_schema_part.result: Test case fix
* Many files:unknown2006-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | 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
* BUG#19067: Crash for default subpartitioning when altering the tableunknown2006-06-031-1/+1
| | | | | | | | | mysql-test/r/information_schema_part.result: Bug fix sql/partition_element.h: Review fixes sql/sql_partition.cc: Review fixes
* BUG#20161: LINEAR keyword on subpartitions not displayed in information ↵unknown2006-05-311-0/+29
| | | | | | | | | | | | | | | | | 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
* WL#2506: Information Schema tables for PARTITIONingunknown2006-01-101-0/+113
added I_S 'PARTITIONS' table