Skip to content

Schema Version Table: change ddl column to blob#6399

Merged
sougou merged 2 commits intovitessio:masterfrom
planetscale:rn-schema-version-ddl-as-blob
Jul 2, 2020
Merged

Schema Version Table: change ddl column to blob#6399
sougou merged 2 commits intovitessio:masterfrom
planetscale:rn-schema-version-ddl-as-blob

Conversation

@rohit-nayak-ps
Copy link
Copy Markdown
Member

Signed-off-by: Rohit Nayak rohit@planetscale.com

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
pos VARBINARY(10000) NOT NULL,
time_updated BIGINT(20) NOT NULL,
ddl VARBINARY(1000) DEFAULT NULL,
ddl BLOB NOT NULL,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's safer to go with the ALTER approach and use the withddl package.

…nge. Updated tests: extra events can occur if tests are run isolated due to the way withddl works

Signed-off-by: Rohit Nayak <rohit@planetscale.com>
@rohit-nayak-ps rohit-nayak-ps changed the title Schema Version Table: change ddl column to blob. Breaking change! Schema Version Table: change ddl column to blob. Jul 1, 2020
@rohit-nayak-ps rohit-nayak-ps changed the title Schema Version Table: change ddl column to blob. Schema Version Table: change ddl column to blob Jul 1, 2020
@rohit-nayak-ps rohit-nayak-ps marked this pull request as ready for review July 1, 2020 12:19
@sougou sougou merged commit 12b89d3 into vitessio:master Jul 2, 2020
@deepthi deepthi added this to the v7.0 milestone Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants