• unknown's avatar
    Fix for bug #30495: optimize table t1,t2,t3 extended errors · 18851d9e
    unknown authored
    Problem: we have CHECK TABLE options allowed (by accident?) for
    ANALYZE/OPTIMIZE TABLE.
    
    Fix: disable them.
    
    Note: it might require additional fixes in 5.1/6.0
    
    
    mysql-test/r/analyze.result:
      Fix for bug #30495: optimize table t1,t2,t3 extended errors
        - test result.
    mysql-test/t/analyze.test:
      Fix for bug #30495: optimize table t1,t2,t3 extended errors
        - test case.
    sql/sql_yacc.yy:
      Fix for bug #30495: optimize table t1,t2,t3 extended errors
        - opt_mi_check_type (CHECK TABLE options) removed from analyze: and optimize:
    18851d9e
analyze.result 2.19 KB