Skip to content

3261236: Use explicit SQL modes instead of ANSI and TRADITIONAL.

Closes #3261236 by explicitly listing all of the SQL modes instead of using the combined ANSI and TRADITIONAL modes.

The explicitly listed modes are based on the mysql definitions of ANSI and TRADITIONAL. There may be some further work required to determine whether they or some combination of the others used by mariadb are preferred.

Merge request reports