-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vtgate executor: route "show create table" to the user-provided or vs…
…chema-indicated keyspace Previously the sql parser treated everything after `CREATE TABLE` as opaque. This change updates the sql parser to look at the create table argument to help direct queries to the appropriate keyspace. Signed-off-by: David Weitzman <dweitzman@pinterest.com>
- Loading branch information
Showing
6 changed files
with
962 additions
and
913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.