Summary: | Prevent updatedatabase.pl from reverting utf8_mb4 databases to utf8 | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Architecture, internals, and plumbing | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | abl, benjamin.rokseth, bgkriegel, boutrosboutrosboutros, dpavlin, gwilliams, jonathan.druart, josef.moravec, m.de.rooy, magnus, martin.renvoize, tomascohen, ztajoli |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 11248, 11906, 11944, 13264 | ||
Bug Blocks: | 12832, 7380, 11844, 12176, 12637, 13239, 13577, 13579 | ||
Attachments: |
BUG 13596: Prevent utf8mb4 -> utf8 convertion
BUG 13596: Prevent utf8mb4 -> utf8 convertion BUG 13596: Prevent utf8mb4 -> utf8 convertion BUG 13596: Prevent utf8mb4 -> utf8 convertion BUG 13596: Prevent utf8mb4 -> utf8 convertion BUG 13596: Prevent utf8mb4 -> utf8 convertion [PASSED QA] BUG 13596: Prevent utf8mb4 -> utf8 convertion |
Description
Martin Renvoize (ashimema)
2015-01-19 15:42:35 UTC
Created attachment 35391 [details] [review] 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 aslo removed the deprecated use of ->tables stanza in favour of the table_info stanze. Created attachment 35392 [details] [review] 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 aslo removed the deprecated use of ->tables stanza in favour of the table_info stanze. Created attachment 35393 [details] [review] 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 aslo removed the deprecated use of ->tables stanza in favour of the table_info stanze. Created attachment 35395 [details] [review] 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 aslo removed the deprecated use of ->tables stanza in favour of the table_info stanze. Created attachment 35432 [details] [review] 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. Created attachment 35931 [details] [review] 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> Created attachment 36071 [details] [review] [PASSED QA] 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> Patch pushed to master. Thanks Martin! |