diff options
Diffstat (limited to 'mysql-test/suite/funcs_1/README.txt')
-rw-r--r-- | mysql-test/suite/funcs_1/README.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_1/README.txt b/mysql-test/suite/funcs_1/README.txt index 4661864cf5e..bf6ac945cb1 100644 --- a/mysql-test/suite/funcs_1/README.txt +++ b/mysql-test/suite/funcs_1/README.txt @@ -110,3 +110,25 @@ Carsten 16.09.2005 4. Fixed datadict_<engine>.result files after the change that added 2 columns to the VIEWS table (DEFINER varchar(77), SECURITY_TYPE varchar(7)). =================================================================== +Matthias 25.08.2007 +------------------- +Fixes for Bugs 30418,30420,30438,30440 +1. Replace error numbers with error names +2. Replace static "InnoDB" (not all time available) used within an + "alter table" by $OTHER_ENGINE_TYPE (set to MEMORY or MyISAM). + Minor adjustment of column data type. +3. Use mysqltest result set sorting in several cases. +4. Avoid any statistics about help tables, because their content + depends on configuration: + developer release - help tables are empty + build release - help tables have content + growing with version +5. Add two help table related tests (one for build, one for developer) + to ensure that informations about help tables within + INFORMATION_SCHEMA.TABLES/STATISTICS are checked. +General note: + Most INFORMATION_SCHEMA properties (table layout, permissions etc.) + are not affected by our variation of the storage engines except + that some properties of our tables using a specific storage + engine become visible. So it makes sense to decompose + this test into a storage engine specific part and a non + storage engine specific part in future. |