• Annamalai Gurusami's avatar
    Bug #12762377 FOREIGN KEYS NOT CONSTRUCTED WHEN APOSTROPHES ARE · 00cf6212
    Annamalai Gurusami authored
    ESCAPED WITH BACKSLASH
    
    Problem:
    
    When the CREATE TABLE statement used COMMENTS with escape sequences like
    'foo\'s', InnoDB did not parse is correctly when trying to extract the
    foreign key information.  Because of this, the foreign keys specified
    in the CREATE TABLE statement were not created.
    
    Solution:
    
    Make the InnoDB internal parser aware of escape sequences. 
    
    rb#2457 approved by Kevin.
    00cf6212
dict0dict.c 141 KB