mirror of
https://github.com/MariaDB/server.git
synced 2025-09-08 06:27:57 +03:00
5 lines
318 B
Plaintext
5 lines
318 B
Plaintext
create table innodb_table_monitor (a int) engine=InnoDB;
|
|
Warnings:
|
|
Warning 131 Using innodb_table_monitor is deprecated and it may be removed in future releases. Please use the InnoDB INFORMATION_SCHEMA tables instead, see http://dev.mysql.com/doc/refman/5.6/en/innodb-i_s-tables.html
|
|
drop table innodb_table_monitor;
|