📄 partition_02myisam.test
字号:
################################################ ## Partition tests MyISAM tables ## ################################################# # NOTE: PLEASE DO NOT ADD NOT MYISAM SPECIFIC TESTCASES HERE !# NON STORAGE SPECIFIC TESTCASES SHOULD BE ADDED IN# THE SOURCED FIELS ONLY.## Storage engine to be testedlet $engine= 'MYISAM';eval SET SESSION storage_engine=$engine;# Other storage engine <> storage engine to be testedlet $engine_other= 'MEMORY';# number of rows for the INSERT/UPDATE/DELETE/SELECT experiments# on partioned tables# Attention: In the moment the result files fit to @max_row = 200 onlySET @max_row = 200;-- source include/partition_1.inc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -