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

📄 ndb_database.test

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 TEST
字号:
-- source include/have_ndb.inc-- source include/have_multi_ndb.inc-- source include/not_embedded.inc--disable_warningsconnection server1;drop table if exists t1;drop database if exists mysqltest;connection server2;drop table if exists t1;drop database if exists mysqltest;--enable_warnings## Check that all tables in a database are dropped when database is dropped#connection server1;create database mysqltest;connection server2;create database mysqltest;create table mysqltest.t1 (a int primary key, b int) engine=ndb;use mysqltest;show tables;connection server1;drop database mysqltest;connection server2;use mysqltest;show tables;connection server1;create database mysqltest;create table mysqltest.t1 (c int, d int primary key) engine=ndb;use mysqltest;show tables;connection server2;drop database mysqltest;connection server1;use mysqltest;show tables;--disable_warningsdrop table if exists t1;drop database if exists mysqltest;--enable_warnings# End of 4.1 tests

⌨️ 快捷键说明

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