-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 DROP/CREATE DATABASE pluggable #7381
Commits on Jan 26, 2021
-
Start of making CREATE DATABASE pluggable
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for b7400d4 - Browse repository at this point
Copy the full SHA b7400d4View commit details -
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for f85d458 - Browse repository at this point
Copy the full SHA f85d458View commit details -
use simpler API for the CREATE DB API
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 768719e - Browse repository at this point
Copy the full SHA 768719eView commit details
Commits on Feb 22, 2021
-
Merge remote-tracking branch 'upstream/master' into create-database
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9d200e1 - Browse repository at this point
Copy the full SHA 9d200e1View commit details -
make it possible to do both create and drop using a plugin
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 668b66f - Browse repository at this point
Copy the full SHA 668b66fView commit details
Commits on Mar 2, 2021
-
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 80b184f - Browse repository at this point
Copy the full SHA 80b184fView commit details -
Merge remote-tracking branch 'upstream/master' into create-database
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for b324b06 - Browse repository at this point
Copy the full SHA b324b06View commit details
Commits on Mar 3, 2021
-
[wip] refactored lots of things
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 7e776c8 - Browse repository at this point
Copy the full SHA 7e776c8View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for cd26ee2 - Browse repository at this point
Copy the full SHA cd26ee2View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 02e49ce - Browse repository at this point
Copy the full SHA 02e49ceView commit details -
[wip] implement the dbddl primitive
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a429c60 - Browse repository at this point
Copy the full SHA a429c60View commit details -
implemented more of the primitive
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 90b697d - Browse repository at this point
Copy the full SHA 90b697dView commit details -
Merge remote-tracking branch 'upstream/master' into create-database
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for a32812c - Browse repository at this point
Copy the full SHA a32812cView commit details
Commits on Mar 4, 2021
-
fix the primitive on create db and implement drop db
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6657063 - Browse repository at this point
Copy the full SHA 6657063View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c77f7c5 - Browse repository at this point
Copy the full SHA c77f7c5View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 73eb606 - Browse repository at this point
Copy the full SHA 73eb606View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for c8569f0 - Browse repository at this point
Copy the full SHA c8569f0View commit details -
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 295f848 - Browse repository at this point
Copy the full SHA 295f848View commit details -
added comments directive to set query timeout in db ddl primitive
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 10daa0e - Browse repository at this point
Copy the full SHA 10daa0eView commit details
Commits on Mar 5, 2021
-
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 131c5f9 - Browse repository at this point
Copy the full SHA 131c5f9View commit details
Commits on Mar 8, 2021
-
drop database to wait for vschema to be updated
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 9a33429 - Browse repository at this point
Copy the full SHA 9a33429View commit details
Commits on Mar 9, 2021
-
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for afd6e57 - Browse repository at this point
Copy the full SHA afd6e57View commit details -
on drop database call, check if keyspace is removed from vschema
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6a92f2d - Browse repository at this point
Copy the full SHA 6a92f2dView commit details
Commits on Mar 10, 2021
-
check resolve destination for drop database to see if keyspace is not…
… available Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 06da2d7 - Browse repository at this point
Copy the full SHA 06da2d7View commit details
Commits on Mar 11, 2021
-
Merge branch 'master' of github.com:vitessio/vitess into create-database
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 00bf410 - Browse repository at this point
Copy the full SHA 00bf410View commit details -
make sure to not return error when things worked
Signed-off-by: Andres Taylor <andres@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for e762d58 - Browse repository at this point
Copy the full SHA e762d58View commit details -
watch vschema in drop database to confirm that the keyspace is no lon…
…ger available to be served Signed-off-by: Harshit Gangal <harshit@planetscale.com>
Configuration menu - View commit details
-
Copy full SHA for 6a7f295 - Browse repository at this point
Copy the full SHA 6a7f295View commit details