-
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
Online DDL: DROP TABLE translated to RENAME TABLE statement #7221
Online DDL: DROP TABLE translated to RENAME TABLE statement #7221
Commits on Dec 22, 2020
-
Online DDL: convert DROP to RENAME statements
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53e6d4a - Browse repository at this point
Copy the full SHA 53e6d4aView commit details -
an online DDL 'DROP TABLE' is now transformed into a 'RENAME TABLE'.
artifact tables are named after the migration UUID (this helps in tracking their origin) Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f7d564e - Browse repository at this point
Copy the full SHA f7d564eView commit details
Commits on Dec 23, 2020
-
vtgate: online DDL normalizes queries
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ac737c - Browse repository at this point
Copy the full SHA 1ac737cView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 30b9682 - Browse repository at this point
Copy the full SHA 30b9682View commit details -
online DDL executor converts a DROP TABLE to RENAME TABLE statement
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1eaaf5a - Browse repository at this point
Copy the full SHA 1eaaf5aView commit details -
add tests from DROP TABLE, DROP TABLE IF EXISTS
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f66b840 - Browse repository at this point
Copy the full SHA f66b840View commit details -
validating creation of GC table based on UUID
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5dcf7e2 - Browse repository at this point
Copy the full SHA 5dcf7e2View commit details -
tablet executor: only accept CREATE, DROP, ALTER statements as online…
… DDL, otherwise consider them as direct regardless of ddl_strategy Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c844a8d - Browse repository at this point
Copy the full SHA c844a8dView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 51d6042 - Browse repository at this point
Copy the full SHA 51d6042View commit details
Commits on Dec 29, 2020
-
Merge remote-tracking branch 'upstream/master' into online-ddl-drop-t…
…o-rename Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 758fef4 - Browse repository at this point
Copy the full SHA 758fef4View commit details -
if table is a GC table, just DROP it
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45a5de7 - Browse repository at this point
Copy the full SHA 45a5de7View commit details
Commits on Jan 5, 2021
-
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 379e900 - Browse repository at this point
Copy the full SHA 379e900View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 59458fb - Browse repository at this point
Copy the full SHA 59458fbView commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ac4e855 - Browse repository at this point
Copy the full SHA ac4e855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16ccb98 - Browse repository at this point
Copy the full SHA 16ccb98View commit details -
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4428549 - Browse repository at this point
Copy the full SHA 4428549View commit details -
implementing GetIfExists for DropTable and DropView
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef06391 - Browse repository at this point
Copy the full SHA ef06391View commit details