create_not_windows.test

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· TEST 代码 · 共 22 行

TEST
22
字号
# Non-windows specific create tests.--source include/not_windows.inc## Bug#19479:mysqldump creates invalid dump#--disable_warningsdrop table if exists `about:text`;--enable_warningscreate table `about:text` ( _id int not null auto_increment,`about:text` varchar(255) not null default '',primary key (_id));show create table `about:text`; drop table `about:text`;# End of 5.0 tests

⌨️ 快捷键说明

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