Update docs: VExec no longer a path for Online DDL operations#878
Update docs: VExec no longer a path for Online DDL operations#878shlomi-noach merged 6 commits intoprodfrom
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
|
✔️ Deploy Preview for vitess ready! 🔨 Explore the source changes: 5265ddc 🔍 Inspect the deploy log: https://app.netlify.com/sites/vitess/deploys/6190bec7acf8380007953497 😎 Browse the preview: https://deploy-preview-878--vitess.netlify.app |
|
✔️ Deploy Preview for vitess ready! 🔨 Explore the source changes: ceaa242 🔍 Inspect the deploy log: https://app.netlify.com/sites/vitess/deploys/6190bf0c128a510008540236 😎 Browse the preview: https://deploy-preview-878--vitess.netlify.app |
|
vitessio/vitess#9225, vitessio/vitess#9226 have been replaced with vitessio/vitess#9227 and vitessio/vitess#9228. We actually restore the full functionality, but we still intend to deprecate use of VExec for Online DDL. We therefore still wish to omit the docs for VExec/OnlineDDL. |
|
Ready to review! |
Fixes #864
Per vitessio/vitess#9225, vitessio/vitess#9226,
vtctl VExeccommand does not apply any more for Online DDL operations; it is impossible to run queries overschema_migrationstable, and all Online DDL operations should go throughvtctl OnlineDDLorvtctl ApplySchema.VExecis still supported forvreplicationqueries.This PR should only be merged once vitessio/vitess#9225 and vitessio/vitess#9226 are merged.
cc @hallaroo