config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/ndb_binlog/r/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/suite/ndb_binlog/r/ndb_binlog_discover.result

drop table if exists t1,t2;
create table t2 (a int key) engine=ndb;
alter table t2 rename t1;
reset master;
select * from t1;
a
1
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
mysqld-bin.000001	#	Incident	#	#	#1 (LOST_EVENTS)
mysqld-bin.000001	#	Rotate	#	#	mysqld-bin.000002;pos=4
PURGE MASTER LOGS TO 'mysqld-bin.000002';
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
mysqld-bin.000002	#	Query	#	#	BEGIN
mysqld-bin.000002	#	Table_map	#	#	table_id: # (test.t1)
mysqld-bin.000002	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000002	#	Write_rows	#	#	table_id: #
mysqld-bin.000002	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000002	#	Query	#	#	COMMIT
drop table t1;

Man Man