List:Commits« Previous MessageNext Message »
From:tim Date:August 27 2007 8:12pm
Subject:bk commit into 5.1 tree (tsmith:1.2578) BUG#30412
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tsmith. When tsmith does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-08-27 14:12:12-06:00, tsmith@stripped +7 -0
  Bug #30412 and Bug #30413
  
  Update some tests in the "parts" suite, so they're skipped if the
  requisite plugins are not present in the mysqld.

  mysql-test/suite/parts/t/partition_char_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +1 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/partition_datetime_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +1 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/partition_decimal_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +2 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/partition_float_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +2 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/partition_int_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +1 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/partition_special_innodb.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +1 -0
    Skip if mysqld doesn't include InnoDB support

  mysql-test/suite/parts/t/rpl_partition.test@stripped, 2007-08-27 14:12:10-06:00, tsmith@stripped +1 -0
    Skip if mysqld doesn't include partition support

diff -Nrup a/mysql-test/suite/parts/t/partition_char_innodb.test b/mysql-test/suite/parts/t/partition_char_innodb.test
--- a/mysql-test/suite/parts/t/partition_char_innodb.test	2007-04-30 08:24:07 -06:00
+++ b/mysql-test/suite/parts/t/partition_char_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,7 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
 
 ##### max rows to be inserted
 let $maxrows=65535;
diff -Nrup a/mysql-test/suite/parts/t/partition_datetime_innodb.test b/mysql-test/suite/parts/t/partition_datetime_innodb.test
--- a/mysql-test/suite/parts/t/partition_datetime_innodb.test	2007-04-30 08:24:07 -06:00
+++ b/mysql-test/suite/parts/t/partition_datetime_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,7 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
 
 ##### max rows to be inserted
 let $maxrows=1024;
diff -Nrup a/mysql-test/suite/parts/t/partition_decimal_innodb.test b/mysql-test/suite/parts/t/partition_decimal_innodb.test
--- a/mysql-test/suite/parts/t/partition_decimal_innodb.test	2007-04-30 08:24:07 -06:00
+++ b/mysql-test/suite/parts/t/partition_decimal_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,8 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
+
 ##### number of rows to be inserted
 let $maxrows=1024;
 
diff -Nrup a/mysql-test/suite/parts/t/partition_float_innodb.test b/mysql-test/suite/parts/t/partition_float_innodb.test
--- a/mysql-test/suite/parts/t/partition_float_innodb.test	2007-04-30 08:24:08 -06:00
+++ b/mysql-test/suite/parts/t/partition_float_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,8 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
+
 ##### Number of row to be inserted.
 let $maxrows=1024;
 
diff -Nrup a/mysql-test/suite/parts/t/partition_int_innodb.test b/mysql-test/suite/parts/t/partition_int_innodb.test
--- a/mysql-test/suite/parts/t/partition_int_innodb.test	2007-04-30 08:24:08 -06:00
+++ b/mysql-test/suite/parts/t/partition_int_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,7 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
 
 ##### max rows to be inserted
 let $maxrows=1024;
diff -Nrup a/mysql-test/suite/parts/t/partition_special_innodb.test b/mysql-test/suite/parts/t/partition_special_innodb.test
--- a/mysql-test/suite/parts/t/partition_special_innodb.test	2007-04-30 08:24:08 -06:00
+++ b/mysql-test/suite/parts/t/partition_special_innodb.test	2007-08-27 14:12:10 -06:00
@@ -36,6 +36,7 @@ let $debug= 0;
 
 ##### Storage engine to be tested
 let $engine= 'InnoDB';
+--source include/have_innodb.inc
 
 #------------------------------------------------------------------------------#
 # Execute the tests to be applied to all storage engines
diff -Nrup a/mysql-test/suite/parts/t/rpl_partition.test b/mysql-test/suite/parts/t/rpl_partition.test
--- a/mysql-test/suite/parts/t/rpl_partition.test	2007-07-14 11:35:37 -06:00
+++ b/mysql-test/suite/parts/t/rpl_partition.test	2007-08-27 14:12:10 -06:00
@@ -1,3 +1,4 @@
+--source include/have_partition.inc
 --source include/have_innodb.inc
 --source include/master-slave.inc
 
Thread
bk commit into 5.1 tree (tsmith:1.2578) BUG#30412tim27 Aug