]> git.pld-linux.org Git - packages/mysql.git/blobdiff - innodb_admin_command_base.patch
- up to 5.5.17
[packages/mysql.git] / innodb_admin_command_base.patch
index 8cb782b64e6295c9a0667331500521424ce5ae94..7c93c5f88350ca41bd2695029bea1e9774a52ffe 100644 (file)
@@ -7,7 +7,7 @@
 # should be done or reviewed by the maintainer!
 --- a/storage/innobase/handler/ha_innodb.cc
 +++ b/storage/innobase/handler/ha_innodb.cc
-@@ -11880,7 +11880,8 @@
+@@ -11990,7 +11990,8 @@
  i_s_innodb_sys_foreign_cols,
  i_s_innodb_sys_stats,
  i_s_innodb_table_stats,
@@ -19,7 +19,7 @@
  /** @brief Initialize the default value of innodb_commit_concurrency.
 --- a/storage/innobase/handler/i_s.cc
 +++ b/storage/innobase/handler/i_s.cc
-@@ -4177,3 +4177,139 @@
+@@ -4205,3 +4205,139 @@
        STRUCT_FLD(system_vars, NULL),
        STRUCT_FLD(__reserved1, NULL)
  };
 +--source include/have_innodb.inc
 +select * from information_schema.XTRADB_ADMIN_COMMAND;
 +select * from information_schema.XTRADB_ADMIN_COMMAND /*!XTRA_HELLO*/;
+--- a/mysql-test/r/mysqld--help-notwin.result
++++ b/mysql-test/r/mysqld--help-notwin.result
+@@ -731,6 +731,10 @@
+  -V, --version       Output version information and exit.
+  --wait-timeout=#    The number of seconds the server waits for activity on a
+  connection before closing it
++ --xtradb-admin-command[=name] 
++ Enable or disable XTRADB_ADMIN_COMMAND plugin. Possible
++ values are ON, OFF, FORCE (don't start if the plugin
++ fails to load).
+ Variables (--variable-name=value)
+ abort-slave-event-count 0
+@@ -955,6 +959,7 @@
+ updatable-views-with-limit YES
+ verbose TRUE
+ wait-timeout 28800
++xtradb-admin-command ON
+ To see what values a running MySQL server is using, type
+ 'mysqladmin variables' instead of 'mysqld --verbose --help'.
This page took 0.029611 seconds and 4 git commands to generate.