1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Moved some old test and added a new test to only be run with mysql-test-run --big

Fixed warnings by valgrind for sum_distinct.test
Enable buffered-record-reads after filesort for InnoDB tables with short primary key
Enabled sort-with-data for MyISAM temporary files
This commit is contained in:
monty@mysql.com
2005-04-07 19:24:14 +03:00
parent b950bc210c
commit 780202f130
18 changed files with 346 additions and 228 deletions

View File

@@ -0,0 +1,4 @@
--require r/big_test.require
disable_query_log;
eval select $BIG_TEST as using_big_test;
enable_query_log;