MySQL Archive: Difference between revisions

Content deleted Content added
m SQL markup
Line 30:
To create an Archive table, specify the following engine string:
 
<source lang="sql">
create table t1 (
a int,
b varchar(32))
ENGINE=ARCHIVE
</source>
 
The MySQL Archive Storage Engine was authored and is maintained by [[Brian Aker]]. It was introduced in 2004 with MySQL 4.1.