myisam_views.test
来自「这个文件是windows mysql源码」· TEST 代码 · 共 29 行
TEST
29 行
#### suite/funcs_1/t/myisam_views.test# MyISAM tables should be used## Set $engine_typelet $engine_type= myisam;# Create some objects needed in many testcasesUSE test;--source suite/funcs_1/include/myisam_tb2.inc--disable_warningsDROP DATABASE IF EXISTS test1;--enable_warningsCREATE DATABASE test1;USE test1;--source suite/funcs_1/include/myisam_tb2.incUSE test;let $message= Attention: The nesting level @max_level in Testcase 3.3.1.A6 (Complicated nested VIEWs) has to be limited to 20 because of MyISAM(only) performance issues Bug#11948;--source include/show_msg80.incSET @limit1 = 20;--source suite/funcs_1/views/views_master.incDROP DATABASE test1;DROP TABLE test.tb2;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?