Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson 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-03-23 12:35:30+01:00, msvensson@stripped +2 -0
Backport from 5.1, limit SHOW VARIABLES to "log_bin%"
mysql-test/r/flush2.result@stripped, 2007-03-23 12:35:28+01:00, msvensson@stripped +2 -14
Backport from 5.1, limit SHOW VARIABLES to "log_bin%"
mysql-test/t/flush2.test@stripped, 2007-03-23 12:35:28+01:00, msvensson@stripped +2 -2
Backport from 5.1, limit SHOW VARIABLES to "log_bin%"
# 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: msvensson
# Host: pilot.blaudden
# Root: /home/msvensson/mysql/mysql-5.0-maint
--- 1.1/mysql-test/r/flush2.result 2006-12-01 09:49:15 +01:00
+++ 1.2/mysql-test/r/flush2.result 2007-03-23 12:35:28 +01:00
@@ -1,24 +1,12 @@
flush logs;
set global expire_logs_days = 3;
-show variables like 'log%';
+show variables like 'log_bin%';
Variable_name Value
-log ON
log_bin OFF
log_bin_trust_function_creators ON
-log_error
-log_queries_not_using_indexes OFF
-log_slave_updates OFF
-log_slow_queries OFF
-log_warnings 1
flush logs;
-show variables like 'log%';
+show variables like 'log_bin%';
Variable_name Value
-log ON
log_bin OFF
log_bin_trust_function_creators ON
-log_error
-log_queries_not_using_indexes OFF
-log_slave_updates OFF
-log_slow_queries OFF
-log_warnings 1
set global expire_logs_days = 0;
--- 1.1/mysql-test/t/flush2.test 2006-12-01 09:49:14 +01:00
+++ 1.2/mysql-test/t/flush2.test 2007-03-23 12:35:28 +01:00
@@ -3,7 +3,7 @@
#
flush logs;
set global expire_logs_days = 3;
-show variables like 'log%';
+show variables like 'log_bin%';
flush logs;
-show variables like 'log%';
+show variables like 'log_bin%';
set global expire_logs_days = 0;
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2413) | msvensson | 23 Mar |