Commit graph

10 commits

Author SHA1 Message Date
Aaron Schulz
176e08484f externalstore: deprecate getLBInfo() dependency in ExternalStoreDB
Use the cluster and master server info array instead, when possible.

Also add initializeTable() method based on the one in addWiki.php.
This lets some internals be hidden from that script a bit more.

Bug: T231162
Change-Id: I694f12cc800684bcc13351021d9abc9a01bddfe9
2019-09-10 11:34:52 +00:00
Aaron Schulz
3743479756 Changed blob table to use InnoDB.
Change-Id: Ied2f1bf7577e6afe1d09222ada6be54cedeec574
2013-02-21 13:11:15 -08:00
Domas Mituzas
88c8b230c3 fix 16-bit index pointers in MyISAM.... 2009-03-09 20:08:17 +00:00
Daniel Friesen
19b85e4191 Change all uses of TYPE= in MySQL to ENGINE=
According to the MySQL manual, TYPE= has been depreciated since MySQL 4.0, starting in 5.1 database warnings are issued when TYPE= is used instead of ENGINE=, and in MySQL 5.2 TYPE= will be removed.

Using ENGINE= inside of sql should serve the best compatibility since we require at least MySQL 4.0
2008-07-10 22:00:04 +00:00
Domas Mituzas
2174bb0729 use MyISAM by default instead of InnoDB 2007-03-21 21:40:07 +00:00
Domas Mituzas
88932b0758 put TYPE back in, now as it's back in 5.1 ;-) 2006-04-08 21:11:13 +00:00
Domas Mituzas
0b25a247a1 replace TYPE= with ENGINE=, (supported since 4.0, TYPE deprecated since 4.1) 2006-03-12 14:35:03 +00:00
Domas Mituzas
c7699fa88b do not specify default for auto-inc column 2005-08-21 13:17:01 +00:00
Tim Starling
79fbd3c42f External storage handling 2005-08-14 16:30:51 +00:00
Tim Starling
5e4de9e738 scripts for external storage 2005-08-14 07:58:56 +00:00