Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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-06-13 23:33:51+10:00, stewart@stripped +2 -0
[PATCH] Add tests for ndb variables (related to BUG#26675)
This is somewhat related to BUG#26675 (ndb_connectstring not reported
in show global variables)
Index: ndb-work/mysql-test/r/ndb_basic.result
===================================================================
mysql-test/r/ndb_basic.result@stripped, 2007-05-16 15:25:33+10:00, stewart@stripped
+21 -0
Add tests for ndb variables (related to BUG#26675)
mysql-test/t/ndb_basic.test@stripped, 2007-05-16 15:19:49+10:00, stewart@stripped +8
-0
Add tests for ndb variables (related to BUG#26675)
# 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: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/5.1/ndb-merge
--- 1.55/mysql-test/r/ndb_basic.result 2007-05-28 21:27:36 +10:00
+++ 1.56/mysql-test/r/ndb_basic.result 2007-05-16 15:25:33 +10:00
@@ -1,5 +1,26 @@
DROP TABLE IF EXISTS t1,t2,t3,t4,t5,t6,t7;
drop database if exists mysqltest;
+SHOW GLOBAL STATUS LIKE 'ndb%';
+Variable_name Value
+Ndb_cluster_node_id #
+Ndb_config_from_host #
+Ndb_config_from_port #
+Ndb_number_of_data_nodes #
+SHOW GLOBAL VARIABLES LIKE 'ndb%';
+Variable_name Value
+ndb_autoincrement_prefetch_sz #
+ndb_cache_check_time #
+ndb_connectstring #
+ndb_extra_logging #
+ndb_force_send #
+ndb_index_stat_cache_entries #
+ndb_index_stat_enable #
+ndb_index_stat_update_freq #
+ndb_report_thresh_binlog_epoch_slip #
+ndb_report_thresh_binlog_mem_usage #
+ndb_use_copying_alter_table #
+ndb_use_exact_count #
+ndb_use_transactions #
CREATE TABLE t1 (
pk1 INT NOT NULL PRIMARY KEY,
attr1 INT NOT NULL,
--- 1.56/mysql-test/t/ndb_basic.test 2007-05-28 22:13:39 +10:00
+++ 1.57/mysql-test/t/ndb_basic.test 2007-05-16 15:19:49 +10:00
@@ -23,6 +23,14 @@
#
#
+# Show status and variables
+#
+--replace_column 2 #
+SHOW GLOBAL STATUS LIKE 'ndb%';
+--replace_column 2 #
+SHOW GLOBAL VARIABLES LIKE 'ndb%';
+
+#
# Create a normal table with primary key
#
CREATE TABLE t1 (
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2538) BUG#26675 | Stewart Smith | 13 Jun |