-
Notifications
You must be signed in to change notification settings - Fork 85
export: initial work to support MemSQL/SingleStore (#311) #327
export: initial work to support MemSQL/SingleStore (#311) #327
Conversation
Issue: pingcap#309 - `WITH CONSISTENT SNAPSHOT` is not supported by MemSQL (same for Vitess). - `SHOW CREATE DATABASE` is not supported by MemSQL.
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 1cdd198
|
This is an automated cherry-pick of #311
What problem does this PR solve?
Issue: #309
WITH CONSISTENT SNAPSHOT
is not supported by MemSQL (same for Vitess).SHOW CREATE DATABASE
is not supported by MemSQL.What is changed and how it works?
Check List
Tests
Release note
START TRANSACTION ... WITH CONSISTENT SNAPSHOT
SHOW CREATE TABLE