~percona-dev/percona-server/release-5.1.47-12

« back to all changes in this revision

Viewing changes to mysql-test/percona_xtradb_admin_command.result

  • Committer: kinoyasu
  • Date: 2010-05-20 10:47:38 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: kinoyasu@gauntlet3-20100520104738-a7n33fbaf8cz7bmq
reorder and adjust mysql-test acript and add simple check for innodb_doublewrite_path option

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
select * from information_schema.XTRADB_ADMIN_COMMAND;
 
2
result_message
 
3
No XTRA_* command in the SQL statement. Please add /*!XTRA_xxxx*/ to the SQL.
 
4
select * from information_schema.XTRADB_ADMIN_COMMAND /*!XTRA_HELLO*/;
 
5
result_message
 
6
Hello!