← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2683)

 

#At lp:maria

 2683 knielsen@xxxxxxxxxxxxxxx	2009-03-16
      Make test --big, as it takes a _long_ time to run and only tests a single bug.
modified:
  mysql-test/t/multi_update2.test

=== modified file 'mysql-test/t/multi_update2.test'
--- a/mysql-test/t/multi_update2.test	2008-11-19 18:17:26 +0000
+++ b/mysql-test/t/multi_update2.test	2009-03-16 09:25:20 +0000
@@ -2,6 +2,9 @@
 # Test of update statement that uses many tables.
 #
 
+# This is a big test.
+--source include/big_test.inc
+
 --disable_warnings
 DROP TABLE IF EXISTS t1,t2;
 --enable_warnings