Current Path : /usr/opt/mysql57/mysql-test/suite/ndb/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 |
Current File : //usr/opt/mysql57/mysql-test/suite/ndb/r/ndb_backup_rate.result |
use test; create table t1 (a varchar(1024)) engine=ndb max_rows=100000000; insert into t1 values (repeat('I', 1024)); insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; insert into t1 select * from t1; create temporary table t1_8192(a varchar(1024)); insert into t1_8192 select * from t1 limit 8192; insert into t1 select * from t1_8192; insert into t1 select * from t1_8192; insert into t1 select * from t1_8192; Continuing insert/delete until redo is full Redo log full, waiting for redo log having space... Redo had space again. drop table t1; drop table t1_8192;