summaryrefslogtreecommitdiff
path: root/mysql-test/t/csv_not_null.test
Commit message (Collapse)AuthorAgeFilesLines
* Bug#34468 - csv_not_null failsunknown2008-02-141-9/+5
| | | | | | | | | | | | | | | Altered test to expect error on UPDATE SET <not_null_col> = NULL instead of expecting warning and re-recorded .result file. mysql-test/r/csv_not_null.result: Bug#34468 - csv_not_null fails Altered test to expect error on UPDATE SET <not_null_col> = NULL instead of expecting warning and re-recorded .result file. New results file passes mysql-test/t/csv_not_null.test: Bug#34468 - csv_not_null fails Altered test to expect error on UPDATE SET <not_null_col> = NULL instead of expecting warning and re-recorded .result file. Also cleaned up comments
* Fix of .test and .result file for Bug#33558 - stress.ddl_csv requires ↵unknown2008-01-211-2/+0
| | | | nullable columns which CSV does not support
* New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns ↵unknown2008-01-211-0/+106
which CSV does not support Added new tests and corrected existing tests mysql-test/suite/stress/include/ddl3.inc: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Had to change CREATE TABLE statements to include NOT NULL due to CSV engine constraints mysql-test/suite/stress/r/ddl_archive.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc mysql-test/suite/stress/r/ddl_csv.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc mysql-test/suite/stress/r/ddl_innodb.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc mysql-test/suite/stress/r/ddl_memory.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc mysql-test/suite/stress/r/ddl_myisam.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc mysql-test/suite/stress/r/ddl_ndb.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Reproduced .result files due to changes in ddl3.inc BitKeeper/etc/ignore: Added mysql-test/.DS_Store .DS_Store to the ignore list mysql-test/t/disabled.def: Disabled new test - csv_alter_table.test file due to Bug#33696. Cannot generate a .result file due to the Bug. These tests can be enabled to test the bug fix without needing new tests unless the developer feels the need to add more. mysql-test/r/csv_not_null.result: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support mysql-test/t/csv_alter_table.test: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support Designed to test fixes for Bug#33696 - CSV Engine allows nullable columns via ALTER TABLE statements mysql-test/t/csv_not_null.test: New tests added for Bug#33558 - Test "stress.ddl_csv needs nullable columns which CSV does not support