mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Restore alphabetical order of the system variables.
sql/set_var.cc: Restore alphabetical order of the system variables. - moved the have_merge_engine variable.
This commit is contained in:
parent
49591aa30b
commit
bb3efba00c
1 changed files with 1 additions and 1 deletions
|
@ -738,8 +738,8 @@ struct show_var_st init_vars[]= {
|
|||
{"have_geometry", (char*) &have_geometry, SHOW_HAVE},
|
||||
{"have_innodb", (char*) &have_innodb, SHOW_HAVE},
|
||||
{"have_isam", (char*) &have_isam, SHOW_HAVE},
|
||||
{"have_ndbcluster", (char*) &have_ndbcluster, SHOW_HAVE},
|
||||
{"have_merge_engine", (char*) &have_merge_db, SHOW_HAVE},
|
||||
{"have_ndbcluster", (char*) &have_ndbcluster, SHOW_HAVE},
|
||||
{"have_openssl", (char*) &have_openssl, SHOW_HAVE},
|
||||
{"have_query_cache", (char*) &have_query_cache, SHOW_HAVE},
|
||||
{"have_raid", (char*) &have_raid, SHOW_HAVE},
|
||||
|
|
Loading…
Reference in a new issue