innodb_cursors.test

来自「这个文件是windows mysql源码」· TEST 代码 · 共 20 行

TEST
20
字号
#### suite/funcs_1/t/innodb_cursors.test# Innodb tables should be used## 1. Check if InnoDB is available--source include/have_innodb.inc# 2. Set $engine_typelet $engine_type= innodb;let $message= NOT YET IMPLEMENTED: cursor tests;--source include/show_msg80.incexit;# Create some objects needed in many testcasesUSE test;--source suite/funcs_1/include/innodb_tb1.inc--source suite/funcs_1/cursors/cursors_master.test

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?