From: Sergey Petrunia Date: October 15 2008 10:37pm Subject: bzr commit into mysql-6.0-bka-preview branch (sergefp:2657) List-Archive: http://lists.mysql.com/commits/56520 Message-Id: <20081015223754.D7B272EA07D@pslp2.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT #At file:///home/spetrunia/dev/mysql-6.0-bka-preview-merge2/ 2657 Sergey Petrunia 2008-10-16 Make maria_mrr.test incude have_maria.inc so it doesn't break tests on non-maria builds modified: mysql-test/t/maria_mrr.test per-file messages: mysql-test/t/maria_mrr.test Make maria_mrr.test incude have_maria.inc so it doesn't break tests on non-maria builds === modified file 'mysql-test/t/maria_mrr.test' --- a/mysql-test/t/maria_mrr.test 2008-09-05 06:10:12 +0000 +++ b/mysql-test/t/maria_mrr.test 2008-10-15 22:37:44 +0000 @@ -1,6 +1,7 @@ # # MRR/Maria tests. # +-- source include/have_maria.inc --disable_warnings drop table if exists t1, t2, t3;