⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ndb_autodiscover2.test

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 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 + -