Commit 95321f04 authored by unknown's avatar unknown
Browse files

set_var.cc:

  Fix out of order system variable.


sql/set_var.cc:
  Fix out of order system variable.
parent ab5144de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -695,9 +695,9 @@ struct show_var_st init_vars[]= {
  {sys_have_partition_db.name,(char*) &have_partition_db,           SHOW_HAVE},
  {sys_have_query_cache.name, (char*) &have_query_cache,            SHOW_HAVE},
  {sys_have_raid.name,        (char*) &have_raid,                   SHOW_HAVE},
  {sys_have_row_based_replication.name, (char*) &have_row_based_replication, SHOW_HAVE},
  {sys_have_rtree_keys.name,  (char*) &have_rtree_keys,             SHOW_HAVE},
  {sys_have_symlink.name,     (char*) &have_symlink,                SHOW_HAVE},
  {sys_have_row_based_replication.name, (char*) &have_row_based_replication, SHOW_HAVE},
  {"init_connect",            (char*) &sys_init_connect,            SHOW_SYS},
  {"init_file",               (char*) &opt_init_file,               SHOW_CHAR_PTR},
  {"init_slave",              (char*) &sys_init_slave,              SHOW_SYS},