-
Sergey Glukhov authored
Table aliases comparison is case insensitive. It's incorrect for Unix since table aliases are case sensitive on this OS. The fix is to use table_alias_charset for alias comparison.
Sergey Glukhov authoredTable aliases comparison is case insensitive. It's incorrect for Unix since table aliases are case sensitive on this OS. The fix is to use table_alias_charset for alias comparison.
Loading