• Ramil Kalimullin's avatar
    Fix for bug #40053: 'check table .. for upgrade' doesn't detect · 931f05d8
    Ramil Kalimullin authored
    collation change made in 5.1.24-rc
    
    Problem: 'CHECK TABLE ... FOR UPGRADE' did not check for 
    incompatible collation changes made in MySQL 5.1.24-rc.
    
    Fix: add the check.
    
    
    sql/handler.cc:
        - check for incompatible collation changes made in 5.1.24-rc:
      bug #27877:
        utf8_general_ci
        ucs2_general_ci
    931f05d8
handler.cc 138 KB