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

📄 rpl000010.test

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 TEST
字号:
# This tests the offset off by 22 mystery bug# Must run slave with --disconnect-slave-event-count=1 --master-connect-retry=1source include/master-slave.inc;create table t1 (n int not null auto_increment primary key);insert into t1 values(NULL);insert into t1 values(2);save_master_pos;connection slave;sync_with_master;select n from t1;connection master;drop table t1;save_master_pos;connection slave;sync_with_master;# End of 4.1 tests

⌨️ 快捷键说明

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