• Alexander Barkov's avatar
    Bug#MDEV-4518 Server crashes in is_white_space when it's run · 3ef880cb
    Alexander Barkov authored
    with query cache, charset ucs2 and collation ucs2_unicode_ci
    
      @ mysql-test/r/ctype_ucs2_query_cache.result
      @ mysql-test/t/ctype_ucs2_query_cache-master.opt
      @ mysql-test/t/ctype_ucs2_query_cache.test
        Adding tests
    
      @ sql/sql_cache.cc
        Fixing not to use default_character_set->state_map,
        which can point to a non-ASCII character set (utc2, utf16, utf32)
       and thus have state_map undefined.
    3ef880cb
sql_cache.cc 157 KB