MySQL Archive: Difference between revisions

Content deleted Content added
KolbertBot (talk | contribs)
m Bot: HTTP→HTTPS (v475)
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 36:
To create an Archive table, specify the following engine string:
 
<sourcesyntaxhighlight lang="mysql">
create table t1 (
a int,
b varchar(32))
ENGINE=ARCHIVE
</syntaxhighlight>
</source>
 
The MySQL Archive Storage Engine was authored and is maintained by [[Brian Aker]]. It was introduced in 2004 with MySQL 4.1.