Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddl: add the not expression check when creating a partition table #21497

Merged
merged 21 commits into from
Dec 24, 2020

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    be4f2db View commit details
    Browse the repository at this point in the history
  2. change the error information

    clean the code
    Reminiscent committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    7a5958d View commit details
    Browse the repository at this point in the history
  3. fix test

    Reminiscent committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    3a6ed27 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. move the ast.UnaryOperationExpr check from checkPartitionExprArgs t…

    …o `checkPartitionExprFuncAllowed`
    Reminiscent committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    def1e65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56399fd View commit details
    Browse the repository at this point in the history
  3. address comments

    Reminiscent committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    710791d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge branch 'master' of https://github.com/pingcap/tidb into issue17808

    � Conflicts:
    �	ddl/db_partition_test.go
    Reminiscent committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    691eee2 View commit details
    Browse the repository at this point in the history
  2. address comments

    Reminiscent committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a3d5b3a View commit details
    Browse the repository at this point in the history
  3. fix tests

    Reminiscent committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    e6afbec View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    cd7ae63 View commit details
    Browse the repository at this point in the history
  2. address comments

    Reminiscent committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    4dfda74 View commit details
    Browse the repository at this point in the history
  3. fix test

    Reminiscent committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    9c8463d View commit details
    Browse the repository at this point in the history
  4. fix tests

    Reminiscent committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    da12cf5 View commit details
    Browse the repository at this point in the history
  5. fix tests

    Reminiscent committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a9db92c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Configuration menu
    Copy the full SHA
    4d459e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. address comments

    Reminiscent committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    658b177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcfe5e5 View commit details
    Browse the repository at this point in the history
  3. FIX UT

    Reminiscent committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    0a0fdbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769344a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7443060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3af1c9 View commit details
    Browse the repository at this point in the history