bdb_notembedded.result

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

RESULT
36
字号
set autocommit=1;reset master;create table bug16206 (a int);insert into bug16206 values(1);start transaction;insert into bug16206 values(2);commit;show binlog events;Log_name	Pos	Event_type	Server_id	End_log_pos	Infof	n	Format_desc	1	n	Server ver: VERSION, Binlog ver: 4f	n	Query	1	n	use `test`; create table bug16206 (a int)f	n	Query	1	n	use `test`; insert into bug16206 values(1)f	n	Query	1	n	use `test`; insert into bug16206 values(2)drop table bug16206;reset master;create table bug16206 (a int) engine=         bdb;insert into bug16206 values(0);insert into bug16206 values(1);start transaction;insert into bug16206 values(2);commit;insert into bug16206 values(3);show binlog events;Log_name	Pos	Event_type	Server_id	End_log_pos	Infof	n	Format_desc	1	n	Server ver: VERSION, Binlog ver: 4f	n	Query	1	n	use `test`; create table bug16206 (a int) engine=         bdbf	n	Query	1	n	use `test`; insert into bug16206 values(0)f	n	Query	1	n	use `test`; insert into bug16206 values(1)f	n	Query	1	n	use `test`; BEGINf	n	Query	1	n	use `test`; insert into bug16206 values(2)f	n	Query	1	n	use `test`; COMMITf	n	Query	1	n	use `test`; insert into bug16206 values(3)drop table bug16206;set autocommit=0;End of 5.0 tests

⌨️ 快捷键说明

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