summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/r/help_url.result
blob: 10affe78f0c9907ec695a884aaeaf1813581aa30 (plain)
1
2
3
4
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;