• Anurag Shekhar's avatar
    Bug #43950 myisamchk shows negative value for 'Max keyfile length' · 40b00f17
    Anurag Shekhar authored
    While printing the Max keyfile length 'llstr' call was used which 
    was treating the max_key_file_length as negative.
    
    Changing this to ullstr fixes the problem. 
    myisamchk output will differ in 32 bit and 64 bit Operating systems 
    so its not possible to have test case for this bug.
    40b00f17
myisamchk.c 60.7 KB