List:Commits« Previous MessageNext Message »
From:Jonas Oreland Date:October 1 2008 10:04am
Subject:bzr commit into mysql-5.1 branch (jonas:2677)
View as plain text  
#At file:///home/jonas/src/telco-6.2/

 2677 Jonas Oreland	2008-10-01
      ndb - reenable ndb_index_ordered that some IDIOT disabled
            as someone miss merged #ifdef COMMUNITY_SERVER
modified:
  mysql-test/suite/ndb/t/disabled.def
  sql/mysqld.cc

=== modified file 'mysql-test/suite/ndb/t/disabled.def'
--- a/mysql-test/suite/ndb/t/disabled.def	2008-07-25 10:32:05 +0000
+++ b/mysql-test/suite/ndb/t/disabled.def	2008-10-01 10:04:10 +0000
@@ -12,6 +12,5 @@
 partition_03ndb          : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
 
 ndb_partition_error2	 : HF is not sure if the test can work as internded on all the platforms
-ndb_index_ordered        : Bug#38370 The test ndb.ndb_index_ordered fails with the community features on
 
 # the below testcase have been reworked to avoid the bug, test contains comment, keep bug open

=== modified file 'sql/mysqld.cc'
--- a/sql/mysqld.cc	2008-09-01 12:28:57 +0000
+++ b/sql/mysqld.cc	2008-10-01 10:04:10 +0000
@@ -7584,13 +7584,14 @@ static void mysql_init_variables(void)
     have_community_features = SHOW_OPTION_YES;
 #else
     have_community_features = SHOW_OPTION_NO;
+#endif
   global_system_variables.ndb_index_stat_enable=FALSE;
   max_system_variables.ndb_index_stat_enable=TRUE;
   global_system_variables.ndb_index_stat_cache_entries=32;
   max_system_variables.ndb_index_stat_cache_entries=~0L;
   global_system_variables.ndb_index_stat_update_freq=20;
   max_system_variables.ndb_index_stat_update_freq=~0L;
-#endif
+
 #ifdef HAVE_OPENSSL
   have_ssl=SHOW_OPTION_YES;
 #else

Thread
bzr commit into mysql-5.1 branch (jonas:2677) Jonas Oreland1 Oct