diff options
author | unknown <brian@zim.(none)> | 2006-12-02 00:30:49 -0800 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2006-12-02 00:30:49 -0800 |
commit | ccf4a137bee9ba6b1ed64d91c02413412ae38fad (patch) | |
tree | f3d07edfdb01555184f11497dc90f7d3d0211043 /mysql-test/t/archive.test | |
parent | dd7e49e0197f78051250ef1b4465c836dc068525 (diff) | |
download | mariadb-git-ccf4a137bee9ba6b1ed64d91c02413412ae38fad.tar.gz |
Formailized the row buffer structure, implemented new streaming format.
mysql-test/r/archive.result:
Added cleanup for additional tables
mysql-test/t/archive.test:
Added cleanup for additional tables.
storage/archive/ha_archive.cc:
Rows are now proceeded with length. Added new record buffer structure and methods.
storage/archive/ha_archive.h:
New structure for buffer
Diffstat (limited to 'mysql-test/t/archive.test')
-rw-r--r-- | mysql-test/t/archive.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/archive.test b/mysql-test/t/archive.test index 497cd717ae2..7eaf12de358 100644 --- a/mysql-test/t/archive.test +++ b/mysql-test/t/archive.test @@ -6,7 +6,7 @@ -- source include/have_binlog_format_mixed_or_statement.inc --disable_warnings -drop table if exists t1,t2,t3; +drop table if exists t1,t2,t3,t4,t5; --enable_warnings CREATE TABLE t1 ( |