[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.103.29: ~ $
include/master-slave.inc
[connection master]
CALL mtr.add_suppression('Statement may not be safe to log in statement format.');
DROP FUNCTION IF EXISTS test.f1;
DROP TABLE IF EXISTS test.t1;
CREATE TABLE test.t1 (a INT NOT NULL AUTO_INCREMENT, c CHAR(16),PRIMARY KEY(a))ENGINE=NDB;
create function test.f1() RETURNS CHAR(16) 
BEGIN
DECLARE tmp CHAR(16);
DECLARE var_name FLOAT;
SET var_name = RAND();
IF var_name > .6 
THEN SET tmp = 'Texas';
ELSE SET tmp = 'MySQL';
END IF;
RETURN tmp;
END|
INSERT INTO test.t1 VALUES (null,test.f1()),(null,test.f1()),(null,test.f1());
INSERT INTO test.t1 VALUES (null,test.f1()),(null,test.f1()),(null,test.f1());
SET AUTOCOMMIT=0;
START TRANSACTION;
INSERT INTO test.t1 VALUES (null,test.f1());
ROLLBACK;
SET AUTOCOMMIT=1;
include/sync_slave_sql_with_master.inc
DROP FUNCTION test.f1;
DROP TABLE test.t1;
include/rpl_end.inc

Filemanager

Name Type Size Permission Actions
rpl_ndb_UUID.result File 1.01 KB 0644
rpl_ndb_blob2.result File 4.85 KB 0644
rpl_ndb_commit_afterflush.result File 201 B 0644
rpl_ndb_ddl.result File 30 KB 0644
rpl_ndb_delete_nowhere.result File 332 B 0644
rpl_ndb_dist_priv.result File 9.43 KB 0644
rpl_ndb_extra_col_master.result File 54.02 KB 0644
rpl_ndb_extra_col_slave.result File 17.98 KB 0644
rpl_ndb_func003.result File 862 B 0644
rpl_ndb_insert_ignore.result File 1.13 KB 0644
rpl_ndb_mixed_implicit_commit_binlog.result File 31.39 KB 0644
rpl_ndb_multi_update2.result File 1 KB 0644
rpl_ndb_multi_update3.result File 3.46 KB 0644
rpl_ndb_relayrotate.result File 257 B 0644
rpl_ndb_row_001.result File 923 B 0644
rpl_ndb_row_basic.result File 19.41 KB 0644
rpl_ndb_row_implicit_commit_binlog.result File 31.57 KB 0644
rpl_ndb_set_null.result File 988 B 0644
rpl_ndb_sp003.result File 1.13 KB 0644
rpl_ndb_sp006.result File 1.16 KB 0644
rpl_ndb_trig004.result File 819 B 0644
rpl_ndb_typeconv_all.result File 1.47 KB 0644
rpl_ndb_typeconv_lossy.result File 1.44 KB 0644
rpl_ndb_typeconv_nonlossy.result File 1.45 KB 0644
rpl_ndb_typeconv_strict.result File 1.43 KB 0644