Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Cherry pick changes into our build #132

Closed
wants to merge 4 commits into from

Commits on Jun 4, 2019

  1. Adds timeouts for all kinds of statements. Power to the clients!

    Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
    rafael authored and setassociative committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    7852b0f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Cherry-pick: properly suppress begin...commit in autocommit logs

    Original Message:
    The previous (untested) implementation turned out to be in the wrong
    place in the TabletServer execution tier and did not properly log
    the actual statements being executed.
    
    Implement this the right way by returning the statements that were
    really executed out from the TxPool, then using those to determine
    whether or not to log the statement.
    
    Original PR: vitessio#4827
    setassociative committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6893f91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a27333d View commit details
    Browse the repository at this point in the history
  3. bootstrap.sh: Remove unused unused command.

    The deprecated `unused` command has been removed from the source
    repository, so this now fails. We no longer use `unused` so we can just
    drop the line that tries to install it.
    
    Signed-off-by: Anthony Yeh <enisoc@planetscale.com>
    enisoc authored and setassociative committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    988d663 View commit details
    Browse the repository at this point in the history