• unknown's avatar
    N'xxx' and _utf8'xxx' are not equivalent · 708e741b
    unknown authored
    Problem: Unescaping of '\' characters didn't work when processing N'xxx'.
    Fix: using get_text() instead of get_token() when scanning nationa strings.
    
    
    mysql-test/r/ctype_utf8.result:
      Adding test case
    mysql-test/t/ctype_utf8.test:
      Adding test case
    sql/sql_lex.cc:
      Fixing to process national strings using get_tex(),
      i.e. the same way with usual strings, to make
      unescaping work.
    708e741b
sql_lex.cc 55.3 KB