• unknown's avatar
    pars0grm.h, pars0grm.c, lexyy.c: · 98ed1ddd
    unknown authored
      The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
    pars0lex.l, pars0grm.y:
      Add InnoDB internal SQL interpreter grammar and lexer sources
    
    
    innobase/pars/pars0grm.y:
      Add InnoDB internal SQL interpreter grammar and lexer sources
    innobase/pars/pars0lex.l:
      Add InnoDB internal SQL interpreter grammar and lexer sources
    innobase/pars/lexyy.c:
      The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
    innobase/pars/pars0grm.c:
      The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
    innobase/pars/pars0grm.h:
      The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
    innobase/include/pars0grm.h:
      The lexer of InnoDB to 8-bit, it was 7-bit which made it crash on table names containing char codes > 127
    98ed1ddd
pars0grm.y 13.7 KB