Skip to content
  • Sreeharsha Ramanavarapu's avatar
    0b035fc5
    Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NO · 0b035fc5
    Sreeharsha Ramanavarapu authored
                   WARNINGS
    
    Issue:
    -----
    No warning is delivered when MYSQL is unable to interpret
    a character with the given charset.
    
    SOLUTION:
    ---------
    Check is now performed to test whether each character can
    be interpreted with the relevant charset. Failing which, a
    warning is raised.
    
    (cherry picked from commit 4df6e517ed11a9072346d9a76f11aba327ab8844)
    0b035fc5
    Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NO
    Sreeharsha Ramanavarapu authored
                   WARNINGS
    
    Issue:
    -----
    No warning is delivered when MYSQL is unable to interpret
    a character with the given charset.
    
    SOLUTION:
    ---------
    Check is now performed to test whether each character can
    be interpreted with the relevant charset. Failing which, a
    warning is raised.
    
    (cherry picked from commit 4df6e517ed11a9072346d9a76f11aba327ab8844)
Loading