]]>
Call us: 1-888-316-9775 • Contact Us
MySQL and InnoDB are trademarks of Oracle Corp.
Proudly running Percona Server
Copyright © 2006-2013 Percona Inc.
Copyright, Trademark, and Privacy Policy • Sitemap
]]>
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
| Field | Notes |
|---|---|
| RESULT_MESSAGE | result message of the command |
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported


