diff options
author | brian@zim.(none) <> | 2006-12-02 00:30:49 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2006-12-02 00:30:49 -0800 |
commit | c4a1c72b5ec935d4925ea9360bff47bb8a338358 (patch) | |
tree | f3d07edfdb01555184f11497dc90f7d3d0211043 /mysql-test/r/archive.result | |
parent | 16b79adf39158a3a029d3f9bb77144c8c12f2313 (diff) | |
download | mariadb-git-c4a1c72b5ec935d4925ea9360bff47bb8a338358.tar.gz |
Formailized the row buffer structure, implemented new streaming format.
Diffstat (limited to 'mysql-test/r/archive.result')
-rw-r--r-- | mysql-test/r/archive.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result index bf730908d35..0d931e83dce 100644 --- a/mysql-test/r/archive.result +++ b/mysql-test/r/archive.result @@ -1,4 +1,4 @@ -drop table if exists t1,t2,t3; +drop table if exists t1,t2,t3,t4,t5; CREATE TABLE t1 ( Period smallint(4) unsigned zerofill DEFAULT '0000' NOT NULL, Varor_period smallint(4) unsigned DEFAULT '0' NOT NULL |