BUG 13596: Prevent utf8mb4 -> utf8 convertion
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 19 Jan 2015 13:48:42 +0000 (13:48 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 20 Feb 2015 13:21:43 +0000 (10:21 -0300)
commita303cdec4871d3d3740d419c972eea7faf8e5a8a
tree3f0143861c7fd711a4fa68c55c0adaac107ad60a
parent8804598f3dcff3ccacc34723939cf072d8451fac
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>
installer/data/mysql/updatedatabase.pl