Skip to content
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

tokudb.alter_table.mod_enum failed #40

Closed
prohaska opened this issue Feb 6, 2014 · 0 comments
Closed

tokudb.alter_table.mod_enum failed #40

prohaska opened this issue Feb 6, 2014 · 0 comments
Milestone

Comments

@prohaska
Copy link
Contributor

prohaska commented Feb 6, 2014

@ -26,7 +26,7 @@
3930     set tokudb_disable_hot_alter=0;
3931     set tokudb_disable_slow_alter=1;
3932     ALTER TABLE test_enum MODIFY COLUMN col2 ENUM('value1','value3');
3933    -ERROR 42000: Table 'test_enum' uses an extension that doesn't exist in this MySQL version
3934    +ERROR 42000: Table 'test_enum' uses an extension that doesn't exist in this MariaDB version
3935     set tokudb_disable_hot_alter=1;
3936     set tokudb_disable_slow_alter=0;
3937     ALTER TABLE test_enum MODIFY COLUMN col2 ENUM('value1','value3');
3938    @@ -46,7 +46,7 @@
3939     set tokudb_disable_hot_alter=0;
3940     set tokudb_disable_slow_alter=1;
3941     ALTER TABLE test_enum MODIFY COLUMN col2 ENUM('value1','value2','value4');
3942    -ERROR 42000: Table 'test_enum' uses an extension that doesn't exist in this MySQL version
3943    +ERROR 42000: Table 'test_enum' uses an extension that doesn't exist in this MariaDB version
@prohaska prohaska closed this as completed Feb 6, 2014
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

No branches or pull requests

1 participant