mysql-test/r/rpl_locale.result
0 → 100644
+16
−0
mysql-test/t/rpl_locale.test
0 → 100644
+22
−0
+44
−0
+15
−0
Loading
Problem: replication of LC_TIME_NAMES didn't work. Thus, INSERTS or UPDATES using date_format() always worked with en_US on the slave side. Fix: adding ONE_SHOT implementation for LC_TIME_NAMES.