mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
51eec5cf9b
Problem: if a user was granted privileges on database "d1", it also was able to act on "D1" (i.e. in upper case), even on Unix with case sensitive file system. Fix: Initialize grant hash to use binary comparison if lower_case_file_system is not set (on most unixes), and case insensitive comparison otherwise (Windows, MacOSX).
2 lines
47 B
Text
2 lines
47 B
Text
Variable_name Value
|
|
lower_case_file_system OFF
|