1
0

mysql, use myisam

This commit is contained in:
Garvin Hicking
2012-04-10 22:35:40 +02:00
parent 92a19a968d
commit b62c6072ed
3 changed files with 10 additions and 1 deletions

View File

@ -1,9 +1,16 @@
# $Id$
Version 2.0 ()
------------------------------------------------------------------------
* Use Smarty for backend display output
Version 1.7 ()
------------------------------------------------------------------------
* Added to use MyISAM handler for s9y tables (we do not use InnoDB
features, but rely on MyISAM fulltext)
* fixed defaultBaseURL did not show up installer. Thanks to onli.
Follow up from c292bad