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

📄 rollback.test

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 TEST
字号:
## This test should fail as MyISAM doesn't have rollback#--disable_warningsdrop table if exists t1;--enable_warnings# PS doesn't work with BEGIN ... ROLLBACK--disable_ps_protocolcreate table t1 (n int not null primary key) engine=myisam;begin work;insert into t1 values (4);insert into t1 values (5);rollback;select @@warning_count;select @@error_count;show warnings;show errors;select * from t1;select @@warning_count;show warnings;drop table t1;# End of 4.1 tests

⌨️ 快捷键说明

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