List:Internals« Previous MessageNext Message »
From:mikael Date:July 14 2005 5:45pm
Subject:bk commit into 5.1 tree (mronstrom:1.1870)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of mikron. When mikron 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
  1.1870 05/07/14 19:45:39 mronstrom@stripped +5 -0
  Activate partitioning skip

  mysql-test/t/partition_range.test
    1.3 05/07/14 19:45:28 mronstrom@stripped +1 -1
    Activate partitioning skip

  mysql-test/t/partition_order.test
    1.2 05/07/14 19:45:28 mronstrom@stripped +1 -1
    Activate partitioning skip

  mysql-test/t/partition_list.test
    1.3 05/07/14 19:45:28 mronstrom@stripped +1 -1
    Activate partitioning skip

  mysql-test/t/partition_hash.test
    1.2 05/07/14 19:45:28 mronstrom@stripped +1 -1
    Activate partitioning skip

  mysql-test/t/partition.test
    1.3 05/07/14 19:45:28 mronstrom@stripped +1 -1
    Activate partitioning skip

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mronstrom
# Host:	c-210ae253.1238-1-64736c10.cust.bredbandsbolaget.se
# Root:	/Users/mikron/wl1354

--- 1.2/mysql-test/t/partition.test	2005-07-14 16:41:20 +02:00
+++ 1.3/mysql-test/t/partition.test	2005-07-14 19:45:28 +02:00
@@ -3,7 +3,7 @@
 # Simple test for the partition storage engine
 # Taken fromm the select test
 #
-#-- source include/have_partition.inc
+-- source include/have_partition.inc
 
 --disable_warnings
 drop table if exists t1;

--- 1.1/mysql-test/t/partition_hash.test	2005-07-11 18:19:02 +02:00
+++ 1.2/mysql-test/t/partition_hash.test	2005-07-14 19:45:28 +02:00
@@ -3,7 +3,7 @@
 # Simple test for the partition storage engine
 # Taken fromm the select test
 #
-#-- source include/have_partition.inc
+-- source include/have_partition.inc
 
 --disable_warnings
 drop table if exists t1;

--- 1.2/mysql-test/t/partition_list.test	2005-07-14 16:41:21 +02:00
+++ 1.3/mysql-test/t/partition_list.test	2005-07-14 19:45:28 +02:00
@@ -3,7 +3,7 @@
 # Simple test for the partition storage engine
 # testing list partitioning
 #
-#-- source include/have_partition.inc
+-- source include/have_partition.inc
 
 --disable_warnings
 drop table if exists t1;

--- 1.1/mysql-test/t/partition_order.test	2005-07-11 18:19:07 +02:00
+++ 1.2/mysql-test/t/partition_order.test	2005-07-14 19:45:28 +02:00
@@ -3,7 +3,7 @@
 # Simple test for the partition storage engine
 # Focuses on tests of ordered index read
 # 
-#-- source include/have_partition.inc
+-- source include/have_partition.inc
 
 --disable_warnings
 drop table if exists t1;

--- 1.2/mysql-test/t/partition_range.test	2005-07-14 16:41:21 +02:00
+++ 1.3/mysql-test/t/partition_range.test	2005-07-14 19:45:28 +02:00
@@ -3,7 +3,7 @@
 # Simple test for the partition storage engine
 # Focuses on range partitioning tests
 # 
-#-- source include/have_partition.inc
+-- source include/have_partition.inc
 
 --disable_warnings
 drop table if exists t1;
Thread
bk commit into 5.1 tree (mronstrom:1.1870)mikael15 Jul