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

Make the heartbeat writer use 2 pools #9320

Merged
merged 4 commits into from
Dec 8, 2021

Commits on Dec 3, 2021

  1. feat: make the heartbeat writer use 2 pools, allPrivs to run DDLs and…

    … app to run inserts
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    c118259 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. feat: bug-fix to use fDDL inside condition

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    75dfbe1 View commit details
    Browse the repository at this point in the history
  2. test: added a test that checks that we indeed run DDLs when there is …

    …a Schema error in execution
    
    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    2b3c701 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. feat: always expect 2 functions to be provided to withDDL.Exec

    Signed-off-by: Manan Gupta <manan@planetscale.com>
    GuptaManan100 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    f811bce View commit details
    Browse the repository at this point in the history