List:Commits« Previous MessageNext Message »
From:Serge Kozlov Date:December 18 2007 2:11pm
Subject:bk commit into 5.1 tree (skozlov:1.2658)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ksm. When ksm 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-18 16:10:58+03:00, skozlov@stripped +1 -0
  WL#4077. Added new value 'ENABLED' for 'support' column of information_schema.engines

  mysql-test/include/have_multi_ndb.inc@stripped, 2007-12-18 16:10:50+03:00, skozlov@stripped
+2 -2
    added new value 'ENABLED' for support column of information_schema.engines

diff -Nrup a/mysql-test/include/have_multi_ndb.inc b/mysql-test/include/have_multi_ndb.inc
--- a/mysql-test/include/have_multi_ndb.inc	2007-06-19 01:55:45 +04:00
+++ b/mysql-test/include/have_multi_ndb.inc	2007-12-18 16:10:50 +03:00
@@ -10,7 +10,7 @@ drop table if exists t1, t2;
 --enable_warnings
 flush tables;
 --require r/true.require
-select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines
where engine = 'ndbcluster';
+select (support = 'YES' or support = 'DEFAULT' or support = 'ENABLED') as `TRUE` from
information_schema.engines where engine = 'ndbcluster';
 --source include/ndb_not_readonly.inc
 enable_query_log;
 
@@ -22,7 +22,7 @@ drop table if exists t1, t2;
 --enable_warnings
 flush tables;
 --require r/true.require
-select (support = 'YES' or support = 'DEFAULT') as `TRUE` from information_schema.engines
where engine = 'ndbcluster';
+select (support = 'YES' or support = 'DEFAULT' or support = 'ENABLED') as `TRUE` from
information_schema.engines where engine = 'ndbcluster';
 --source include/ndb_not_readonly.inc
 enable_query_log;
 
Thread
bk commit into 5.1 tree (skozlov:1.2658)Serge Kozlov18 Dec