summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/t/group_commit.test
Commit message (Collapse)AuthorAgeFilesLines
* Created suites for heap, archive and csv.Michael Widenius2012-04-041-72/+0
| | | | | | | | Moved test from main suite to the new suites. Move tests from maria/t and maria/r to maria mysql-test/mysql-test-run.pl: Added support for the new suites
* rename maria to ariaSergei Golubchik2010-09-121-14/+14
|
* only run maria tests if maria is compiled inSergei Golubchik2010-05-271-0/+1
|
* Group commit for maria engine.unknown2010-02-121-0/+71
mysql-test/suite/maria/r/group_commit.result: Test of gruoup commit. mysql-test/suite/maria/r/maria3.result: The new variables added. mysql-test/suite/maria/t/group_commit.test: Test of group commit. randgen: Randon query generator tests. randgen/conf: Random query generator tests. randgen/conf/maria_group_commit.yy: Random query generator test for group commit. storage/maria/ha_maria.cc: New variables and support procedures for group commit added. storage/maria/ma_init.c: Correct shutdown of group commit service thread and group commit. storage/maria/ma_loghandler.c: Group commit added. Initialization of variables for embeded server edded. storage/maria/ma_loghandler.h: Group commit types and routines.