• Martin Hansson's avatar
    Bug#43737: Select query return bad result · 7d244411
    Martin Hansson authored
          
    A bug in the initialization of key segment information made it point
    to the wrong bit, since a bit index was used when its int value
    was needed. This lead to misinterpretation of bit columns
    read from MyISAM record format when a NULL bit pushed them over
    a byte boundary.
    Fixed by using the int value of the bit instead.
    7d244411
myisam.result 78.2 KB