📄 ndb_autodiscover2.test
字号:
-- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -