mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
e2e5d07b28
InnoDB 5.6.16
4 lines
326 B
Text
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;
|