• istruewing@stella.local's avatar
    Bug#29182 - MyISAMCHK reports wrong character set · 8aebd394
    istruewing@stella.local authored
    myisamchk did always show Character set: latin1_swedish_ci (8),
    regardless what DEFAULT CHARSET the table had.
    
    When the server created a MyISAM table, it did not copy the
    characterset number into the MyISAM create info structure.
    
    Added assignment of charset number to MI_CREATE_INFO.
    8aebd394
myisam.result 77.4 KB