Changelockmysql 11
Changelockmysql 11
BINLOG 'str'
URL: https://mariadb.com/kb/en/binlog/
Syntax:
CACHE INDEX
tbl_index_list [, tbl_index_list] ...
[PARTITION (partition_list | ALL)]
IN key_cache_name
tbl_index_list:
tbl_name [[INDEX|KEY] (index_name[, index_name] ...)]
partition_list:
partition_name[, partition_name][, ...]
The following statement assigns indexes from the tables t1, t2, and t3
to the key cache named hot_cache:
URL: https://mariadb.com/kb/en/cache-index/