Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Won't Fix
Description
I would like to suggest that by default some of the mysql or information_schema myisam tables are converted to Transactional Engines (e.g: InnoDB or RocksDB), with Row-Lock (Not Table Lock).
By default, they shall be InnoDB, but when loading RocksDB engine and disabling InnoDB Engine in my.ini, these could be automatically converted to RocksDB.
Of particular interest are: information_schema.COLUMNS and information_schema.TABLES
Thank you!