Commit 1d15cb56 authored by Georgi Kodinov's avatar Georgi Kodinov
Browse files

Bug #38370: The test ndb.ndb_index_ordered fails with the community features on

The problem was caused by a wrong merge. Fixed by enabling the correct ndb variables
initialization.
parent b58e6f2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -7535,13 +7535,13 @@ 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