• unknown's avatar
    BUG#17127: Crash if wrong use of VALUES for list partition · 48a4ad09
    unknown authored
    
    mysql-test/r/partition.result:
      Added a number of new test cases where errors in use of
      VALUES LESS THAN and VALUES IN is happening for ALTER TABLE
    mysql-test/t/partition.test:
      Added a number of new test cases where errors in use of
      VALUES LESS THAN and VALUES IN is happening for ALTER TABLE
    sql/sql_partition.cc:
      Check for errors with VALUES *
    sql/sql_yacc.yy:
      Add state to part_type when doing ALTER TABLE for partitioning
    48a4ad09
partition.result 13.5 KB