mysql partition options need to be after all the table options

Issue #3961 resolved
Mike Bayer repo owner created an issue

Comments (4)

  1. Mike Bayer reporter
    • changed milestone to 1.1

    the initial gerrit also adds a space between the table parenthesis and the options, which for some reason was never there, but that's the only thing that makes me nervous about putting this in 1.1.10 in case someone has some regexp rules that would break, but this space fixing should just go somewhere else for now.

  2. Mike Bayer reporter

    Consider mysql partition options separately from other table options

    Move down all the PARTITION, SUBPARTITION options into a separate segment so that they come out at the end of CREATE TABLE after the table options.

    Change-Id: Iaa1c823848c93680ca22d72bda1b7c49742b9060 Fixes: #3961

    → <<cset 93b11905e599>>

  3. Mike Bayer reporter

    Consider mysql partition options separately from other table options

    Move down all the PARTITION, SUBPARTITION options into a separate segment so that they come out at the end of CREATE TABLE after the table options.

    Change-Id: Iaa1c823848c93680ca22d72bda1b7c49742b9060 Fixes: #3961 (cherry picked from commit 93b11905e599a6d73a85d2085e15385ebf46cdc6)

    → <<cset f1ffcc717fdf>>

  4. Log in to comment