mariadb/mysql-test/suite/innodb/r/help_url.result
Sergei Golubchik e2e5d07b28 MDEV-6184 10.0.11 merge
InnoDB 5.6.16
2014-05-06 09:57:39 +02:00

4 lines
326 B
Text

create table innodb_table_monitor (a int) engine=InnoDB;
Warnings:
Warning 131 Using the table name innodb_table_monitor to enable diagnostic output is deprecated and may be removed in future releases. Use INFORMATION_SCHEMA or PERFORMANCE_SCHEMA tables or SET GLOBAL innodb_status_output=ON.
drop table innodb_table_monitor;