mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
5 lines
326 B
Plaintext
5 lines
326 B
Plaintext
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;
|