1
0

Use InnoDB and utf8mb4 on current mysql databases

For new installations only so far
This commit is contained in:
onli
2020-03-22 13:15:32 +01:00
parent 05fe0a3526
commit b15a453165
2 changed files with 37 additions and 6 deletions
docs
include/db

@ -1,6 +1,11 @@
Version 2.4-alpha1 ()
------------------------------------------------------------------------
* Switch new installations with MySQL >= 5.6.4 or MariaDB >= 10.0.5
to the InooDB stoprage engine and utf8mb4 charset. This enables
proper unicode support plus fulltext indexes, something older
mysql databases were not capable of
* Plugin nl2br: Include figure and figcaption tags (2.21.3)
Thanks to @stephanbrunker!