diff options
author | monty@mysql.com <> | 2004-02-17 01:35:17 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-02-17 01:35:17 +0200 |
commit | e9315f984d9224044e771b5c483050a81b03b947 (patch) | |
tree | 7e3324032ecc97c6af3771a6904e8ae32dbf7a48 /mysql-test/t/rpl_log.test | |
parent | 050af89dd8034046df593c1ac7e060ee37bfdf27 (diff) | |
download | mariadb-git-e9315f984d9224044e771b5c483050a81b03b947.tar.gz |
Changed wellformedlen to well_formed_len
Fixed that blobs >16M can be inserted/updated
Fixed bug when doing CREATE TEMPORARY TABLE ... LIKE
Diffstat (limited to 'mysql-test/t/rpl_log.test')
-rw-r--r-- | mysql-test/t/rpl_log.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/rpl_log.test b/mysql-test/t/rpl_log.test index 5f59b1034dc..7ae0a4dc3c2 100644 --- a/mysql-test/t/rpl_log.test +++ b/mysql-test/t/rpl_log.test @@ -35,14 +35,12 @@ drop table t1; create table t1 (word char(20) not null); load data infile '../../std_data/words.dat' into table t1 ignore 1 lines; select count(*) from t1; -create table t2 like t1; drop table t1; --replace_result $VERSION VERSION show binlog events; show binlog events from 79 limit 1; show binlog events from 79 limit 2; show binlog events from 79 limit 2,1; -show binlog events from 79 limit 2,2; flush logs; # We need an extra update before doing save_master_pos. |