Ticket #1292 (closed feature request: fixed)

Opened 1 year ago

Last modified 1 year ago

Incorrect character set of table shoud trigger a warning

Reported by: indeyets Assigned to: piotras
Priority: blocker Milestone: 8.09.6 Ragnaroek
Component: Midgard Core Version: 8.09 Ragnaroek
Keywords: Cc:

Description

Ragnaroek didn't explicitlyspecify encoding of created tables before [23075], so, there should be a lot of tables, which use default mysql's charset (usually "latin1"). We need a check, which would verify, that all of the tables use "utf8". If, table with other charset is detected, it should be reported as warning

We can not trigger automatic conversion, as that might corrupt data.

Change History

10/06/09 16:18:17 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

(In [23551]) Check table character set when performing table update. Fix #1292