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:
<
create table t1 (
a int,
b varchar(32))
ENGINE=ARCHIVE
</syntaxhighlight>
The MySQL Archive Storage Engine was authored and is maintained by [[Brian Aker]]. It was introduced in 2004 with MySQL 4.1.
|