From aaa9ed3eff301422769ef6cdca9a93ad60782881 Mon Sep 17 00:00:00 2001 From: "mleich@three.local.lan" <> Date: Wed, 16 Aug 2006 14:58:49 +0200 Subject: This changeset belongs to WL#3397 Refactoring storage engine test cases (for falcon) It contains also fixes according to code review. Contents: Testcases which were in history dedicated to InnoDB or MyISAM only. Modifications: 1. Shift the main testing code into include/.inc Introduce $variables which can be used to omit tests for features which are not supported by certain storage engines. 2. The storage engine to be tested is assigned within the toplevel script (t/_.test) via variable $engine_type and the the main testing code is sourced from include/.inc 3. Some toplevel testscripts have to be renamed to - avoid immediate or future namespace clashes - show via filename which storage engine is tested 4. Minor code cleanup like remove trailing spaces, some additional comments .... --- mysql-test/t/cache_innodb-master.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/t/cache_innodb-master.opt (limited to 'mysql-test/t/cache_innodb-master.opt') diff --git a/mysql-test/t/cache_innodb-master.opt b/mysql-test/t/cache_innodb-master.opt new file mode 100644 index 00000000000..5f0ebff98f6 --- /dev/null +++ b/mysql-test/t/cache_innodb-master.opt @@ -0,0 +1 @@ +--set-variable=query_cache_size=1M -- cgit v1.2.1