mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
6 lines
241 B
Text
6 lines
241 B
Text
select * from information_schema.XTRADB_ADMIN_COMMAND;
|
|
result_message
|
|
No XTRA_* command in the SQL statement. Please add /*!XTRA_xxxx*/ to the SQL.
|
|
select * from information_schema.XTRADB_ADMIN_COMMAND /*!XTRA_HELLO*/;
|
|
result_message
|
|
Hello!
|