summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_analyse.test
Commit message (Collapse)AuthorAgeFilesLines
* 5.1 -> 5.5 mergeSergey Glukhov2011-04-141-0/+12
|
* Merge of mysql-5.1 into mysql-5.5.Davi Arnaut2011-03-141-0/+12
|
* Revert and fix confusion between tests analyse and analyze. Following theDavi Arnaut2010-07-121-62/+110
| | | | | | | naming scheme for tests related to functions, rename analyse.test to func_analyse.test (test for the ANALYSE() procedure). Avoids confusion with the ANALYZE statement (tested in analyze.test).
* Following the naming scheme for tests related to functions, renameDavi Arnaut2010-07-121-0/+87
analyse.test to func_analyse.test. Avoids confusion with the ANALYZE statement.