• bar@mysql.com's avatar
    Bug #6379: ENUM values are incorrectly converted · a09a603d
    bar@mysql.com authored
    - add_field_to_list() now uses <List>String
    instead of TYPELIB to be able to distinguish
    literals 'aaa' and hex literals 0xaabbcc.
    - move some code from add_field_to_list() where
      we don't know column charset yet, to 
      mysql_prepare_table(), where we do.
    a09a603d
sql_yacc.yy 151 KB