Skip to content
  • Dyre Tjeldvoll's avatar
    1cf4fe0c
    Bug#32287186: FAILED TO CREATE FUNCTION INDEX, COLUMN NAME IS UPPERCASE CHARACTER · 1cf4fe0c
    Dyre Tjeldvoll authored
    Problem: Creation of a functional index would not treat column name as
    case-insensitive.
    
    Solution: Make the column name comparison case-insensitive when locating
    columns in a functional index expression. Specifically, compare column
    names using my_strcasecmp(system_charset_info,...) rather than plain
    strcmp.
    
    Change-Id: Iadaf2beae98de59091bf8999b6c33d4233c28ee2
    1cf4fe0c
    Bug#32287186: FAILED TO CREATE FUNCTION INDEX, COLUMN NAME IS UPPERCASE CHARACTER
    Dyre Tjeldvoll authored
    Problem: Creation of a functional index would not treat column name as
    case-insensitive.
    
    Solution: Make the column name comparison case-insensitive when locating
    columns in a functional index expression. Specifically, compare column
    names using my_strcasecmp(system_charset_info,...) rather than plain
    strcmp.
    
    Change-Id: Iadaf2beae98de59091bf8999b6c33d4233c28ee2
Loading