403Webshell
Server IP : 104.21.38.3  /  Your IP : 162.158.108.7
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/mysql/src/mysql-test/suite/ndb_binlog/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/mysql-test/suite/ndb_binlog/r/ndb_binlog_log_bin.result
drop table if exists t1,t2,t3;
reset master;
drop table if exists t1,t2,t3;
reset master;
set SQL_LOG_BIN=0;
create database mysqltest;
use mysqltest;
create table t1 (a int key, b int) engine=ndb;
create table t2 (a int key, b int) engine=ndb;
insert into t1 values (1,1);
alter table t1 add c int;
Warnings:
Warning	1478	Converted FIXED field 'c' to DYNAMIC to enable on-line ADD COLUMN
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
reset master;
use mysqltest;
insert into t2 values (1,1);
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
mysqld-bin.000001	#	Query	#	#	BEGIN
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysqltest.t2)
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000001	#	Write_rows	#	#	table_id: #
mysqld-bin.000001	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000001	#	Query	#	#	COMMIT
reset master;
use mysqltest;
drop table t1;
drop table t2;
create table t1 (d int key, e int) engine=ndb;
create table t2 (d int key, e int) engine=ndb;
insert into t1 values (1,1);
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
mysqld-bin.000001	#	Query	#	#	BEGIN
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysqltest.t2)
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000001	#	Write_rows	#	#	table_id: #
mysqld-bin.000001	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000001	#	Query	#	#	COMMIT
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; DROP TABLE `t1` /* generated by server */
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; DROP TABLE `t2` /* generated by server */
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; create table t1 (d int key, e int) engine=ndb
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; create table t2 (d int key, e int) engine=ndb
mysqld-bin.000001	#	Query	#	#	BEGIN
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysqltest.t1)
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000001	#	Write_rows	#	#	table_id: #
mysqld-bin.000001	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000001	#	Query	#	#	COMMIT
use mysqltest;
insert into t2 values (1,1);
include/show_binlog_events.inc
Log_name	Pos	Event_type	Server_id	End_log_pos	Info
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; drop table `mysqltest`.`t1`
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; drop table `mysqltest`.`t2`
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; create table t1 (d int key, e int) engine=ndb
mysqld-bin.000001	#	Query	#	#	use `mysqltest`; create table t2 (d int key, e int) engine=ndb
mysqld-bin.000001	#	Query	#	#	BEGIN
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysqltest.t1)
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000001	#	Write_rows	#	#	table_id: #
mysqld-bin.000001	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000001	#	Query	#	#	COMMIT
mysqld-bin.000001	#	Query	#	#	BEGIN
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysqltest.t2)
mysqld-bin.000001	#	Table_map	#	#	table_id: # (mysql.ndb_apply_status)
mysqld-bin.000001	#	Write_rows	#	#	table_id: #
mysqld-bin.000001	#	Write_rows	#	#	table_id: # flags: STMT_END_F
mysqld-bin.000001	#	Query	#	#	COMMIT
drop database mysqltest;

Youez - 2016 - github.com/yon3zu
LinuXploit