ndb_autodiscover2.test
来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· TEST 代码 · 共 22 行
TEST
22 行
-- source include/have_ndb.inc-- source include/not_embedded.inc## Simple test to show use of discover when the server has been restarted# The previous step has simply removed the frm file# from disk, but left the table in NDB#--sleep 3select * from t9 order by a;# handler_discover should be 1show status like 'handler_discover%';drop table t9;--error 1296select * from t10;drop table t10;# End of 4.1 tests
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?