]]>
]]>
You were redirected here from percona-xtradb:patch:innodb_admin_command_base.

XtraDB Command Interface

Description

This feature provides a table for use in the implementation of future command interfaces to XtraDB.

The feature currently contains only a test command.

Examples

Command Exists

mysql> select * from INFORMATION_SCHEMA.XTRADB_ADMIN_COMMAND;
+-------------------------------------------------------------------------------+
| result_message                                                                |
+-------------------------------------------------------------------------------+
| No XTRA_* command in the SQL statement. Please add /*!XTRA_xxxx*/ to the SQL. |
+-------------------------------------------------------------------------------+
1 row in set (0.00 sec)

Command Doesn't Exist

mysql> select * from INFORMATION_SCHEMA.XTRADB_ADMIN_COMMAND /*!XTRA_HELLO*/;
+----------------+
| result_message |
+----------------+
| Hello!         |
+----------------+
1 row in set (0.00 sec)

Version Specific Information

Percona Server Version Comments
Version? Test command implemented.

INFORMATION_SCHEMA Tables

One new table was introduced by this feature.

XTRADB_ADMIN_COMMAND

FieldNotes
RESULT_MESSAGE result message of the command
 
percona-server/features/innodb_admin_command_base.txt · Last modified: 2011/07/17 21:05 (external edit)
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Contact Us 24 Hours A Day
Support Contact us 24×7
Emergency? Contact us for help now!
Sales North America (888) 316-9775 or
(208) 473-2904
Sales
Europe
+44-208-133-0309
Sales Latin America +54-0800-666-3243 (Arg.)
+55-0800-020-4918 (Brazil)
Training (855) 55TRAIN or
(925) 271-5054
Share This
]]> ]]>