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

Add support for Mysql row_count() function #6179

Merged
merged 5 commits into from
May 14, 2020

Commits on May 13, 2020

  1. Added row_count to vtgate session

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 13, 2020
    Configuration menu
    Copy the full SHA
    481adff View commit details
    Browse the repository at this point in the history
  2. added row_count in expression rewritting

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 13, 2020
    Configuration menu
    Copy the full SHA
    3ef15e2 View commit details
    Browse the repository at this point in the history
  3. added row_count endtoend test

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2de37ae View commit details
    Browse the repository at this point in the history
  4. update row_count as per mysql spec

    Signed-off-by: Harshit Gangal <harshit@planetscale.com>
    harshit-gangal committed May 13, 2020
    Configuration menu
    Copy the full SHA
    830f31d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Turned test into table driven

    Signed-off-by: Andres Taylor <andres@planetscale.com>
    systay committed May 14, 2020
    Configuration menu
    Copy the full SHA
    dcb74ae View commit details
    Browse the repository at this point in the history