• bar@mysql.com's avatar
    Bugs#17647: Trouble with "create database" · 51eec5cf
    bar@mysql.com authored
    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).
    51eec5cf
have_case_sensitive_file_system.inc 132 Bytes