Description
Currently, the INDEXES table of MySQLStore has two indexes as following:
- Unique index : Consists of DB_ID and INDEX_NAME
- General Index : Consists of DB_ID and TID and COLUMN_NAMES
But the table of MariaDBStore has only unique index. We need to create other index to the table.