summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema_part.test
Commit message (Collapse)AuthorAgeFilesLines
* Bug#38909 CREATE_OPTIONS in information_schema produces wrong resultsSergey Glukhov2008-11-131-0/+10
| | | | | | | | | | | | | | | | table->partition_info is unitialized when we open frm file only. The fix is check share->partition_info_len which is set on frm opening stage. mysql-test/r/information_schema_part.result: test result mysql-test/t/information_schema_part.test: test case sql/sql_show.cc: table->partition_info is unitialized when we open frm file only. The fix is check share->partition_info_len which is set on frm opening stage.
* BUG#20161: LINEAR keyword on subpartitions not displayed in information ↵unknown2006-05-311-0/+22
| | | | | | | | | | | | | | | | | 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/+101
added I_S 'PARTITIONS' table