Below is the list of changes that have just been committed into a local
5.1 repository of reggie. When reggie 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.2074 06/01/23 08:42:32 reggie@stripped +3 -0
Bug# 16718 partitioning support status variable has incorrect name
change status variable from have_partition_engine to have_partitioning.
sql/set_var.cc
1.160 06/01/23 08:42:26 reggie@stripped +1 -1
change status variable from have_partition_engine to have_partitioning.
mysql-test/r/have_partition.require
1.2 06/01/23 08:42:26 reggie@stripped +1 -1
updated to use new status variable
mysql-test/include/have_partition.inc
1.2 06/01/23 08:42:26 reggie@stripped +1 -1
updated to use new status variable
# 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: reggie
# Host: linux.site
# Root: /home/reggie/work/mysql-5.1-bug16718
--- 1.159/sql/set_var.cc 2006-01-18 02:45:55 -06:00
+++ 1.160/sql/set_var.cc 2006-01-23 08:42:26 -06:00
@@ -631,7 +631,7 @@
sys_var_have_variable sys_have_isam("have_isam", &have_isam);
sys_var_have_variable sys_have_ndbcluster("have_ndbcluster", &have_ndbcluster);
sys_var_have_variable sys_have_openssl("have_openssl", &have_openssl);
-sys_var_have_variable sys_have_partition_db("have_partition_engine",
+sys_var_have_variable sys_have_partition_db("have_partitioning",
&have_partition_db);
sys_var_have_variable sys_have_query_cache("have_query_cache",
&have_query_cache);
--- 1.1/mysql-test/include/have_partition.inc 2005-07-18 06:30:25 -05:00
+++ 1.2/mysql-test/include/have_partition.inc 2006-01-23 08:42:26 -06:00
@@ -1,4 +1,4 @@
-- require r/have_partition.require
disable_query_log;
-show variables like "have_partition_engine";
+show variables like "have_partitioning";
enable_query_log;
--- 1.1/mysql-test/r/have_partition.require 2005-07-18 06:30:26 -05:00
+++ 1.2/mysql-test/r/have_partition.require 2006-01-23 08:42:26 -06:00
@@ -1,2 +1,2 @@
Variable_name Value
-have_partition_engine YES
+have_partitioning YES
| Thread |
|---|
| • bk commit into 5.1 tree (reggie:1.2074) BUG#16718 | reggie | 23 Jan |