]]>
+1-888-316-9775 (USA - Sales)
+1-208-473-2904 (USA - Sales)
+44-208-133-0309 (UK - Sales)
+1-888-488-8556 (Emergency)
]]>
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
]]> ]]>