Koha/installer
Martin Renvoize a303cdec48 BUG 13596: Prevent utf8mb4 -> utf8 convertion
utf8mb4 is a superset of utf8 and thus is compatible.  We should not
force an entire db change upon people who have proactively set utf8mb4
encoding before now.

This patch also removed the deprecated use of ->tables stanza in favour
of the table_info stanza.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2015-02-20 10:21:43 -03:00
..
data/mysql BUG 13596: Prevent utf8mb4 -> utf8 convertion 2015-02-20 10:21:43 -03:00
externalmodules.pl
html-template-to-template-toolkit.pl
install.pl Bug 11944: use CGI( -utf8 ) everywhere 2015-01-13 13:07:21 -03:00