1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Formailized the row buffer structure, implemented new streaming format.

This commit is contained in:
brian@zim.(none)
2006-12-02 00:30:49 -08:00
parent 16b79adf39
commit c4a1c72b5e
4 changed files with 252 additions and 80 deletions

View File

@@ -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