cleanup_sp_tb.inc
来自「这个文件是windows mysql源码」· INC 代码 · 共 11 行
INC
11 行
--echo--echo --source suite/funcs_1/storedproc/cleanup_sp_tb.inc--echo --------------------------------------------------------------------------------# called both to cleanup possibly existing data before and after the SP tests--disable_warningsDROP DATABASE IF EXISTS db_storedproc;DROP DATABASE IF EXISTS db_storedproc_1;--enable_warnings
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?