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-12-04 15:28:19+01:00, msvensson@stripped +2 -0
Look directly at the USE_RUNNING_SERVER variable without involving
the MySQL Server
Remove r/testdb_only.require
BitKeeper/deleted/.del-testdb_only.require@stripped, 2007-12-04 15:18:39+01:00, msvensson@stripped +0 -0
Delete: mysql-test/r/testdb_only.require
mysql-test/include/testdb_only.inc@stripped, 2007-12-04 15:28:18+01:00, msvensson@stripped +3 -9
Look directly at the USE_RUNNING_SERVER variable without involving
the MySQL Server
diff -Nrup a/mysql-test/include/testdb_only.inc b/mysql-test/include/testdb_only.inc
--- a/mysql-test/include/testdb_only.inc 2005-01-26 10:17:36 +01:00
+++ b/mysql-test/include/testdb_only.inc 2007-12-04 15:28:18 +01:00
@@ -19,12 +19,6 @@
# #
###################################################################
---disable_query_log
-eval set @USE_RUNNING_SERVER= '$USE_RUNNING_SERVER';
---require r/testdb_only.require
-SELECT 'use extern server'
- AS "Variable_name ",
- IF(@USE_RUNNING_SERVER= '1','YES',
- IF(@USE_RUNNING_SERVER= '0','NO','UNEXPECTED'))
- AS "Value" ;
---enable_query_log
+if ($USE_RUNNING_SERVER){
+ skip Not with extern server;
+}
diff -Nrup a/mysql-test/r/testdb_only.require b/mysql-test/r/testdb_only.require
--- a/mysql-test/r/testdb_only.require 2005-01-26 10:17:36 +01:00
+++ /dev/null Wed Dec 31 16:00:00 196900
@@ -1,2 +0,0 @@
-Variable_name Value
-use extern server NO
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2597) | msvensson | 4 Dec |