Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Work on MCOL-5705 has uncovered that we do not follow server's DDL behavior to the 't'. We do not expand utf8_SUFFIX into utfmb3_SUFFIX or utfmb4_SUFFIX. This behavior is guided by environment setting, namely, content of old_mode environment variable.
https://mariadb.com/kb/en/old-mode/#utf8_is_utf8mb3
The code developed for MCOL-5705 contains what is needed, the task here is to move it to the PRs to develop/stable branches and develop a test for that behavior.