-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
feat(tianmu): support 'ALTER TABLE t1 CHARACTER SET = ...' clause #848
Labels
Milestone
Comments
lujiashun
added
A-feature
feature with good idea
C-stonedb-5.7
associated with stonedb 5.7
labels
Oct 31, 2022
innodb 'alter table t1 character set = ...' flow four handler function as below should to be implemented
|
SQL for debug and test
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 1, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter; 2 add implement in inplace_alter_table; 3 add implement in commit_inplace_alter_table;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 1, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter; 2 add implement in inplace_alter_table; 3 add implement in commit_inplace_alter_table;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 1, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter; 2 add implement in inplace_alter_table; 3 add implement in commit_inplace_alter_table;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 1, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter; 2 add implement in inplace_alter_table; 3 add implement in commit_inplace_alter_table;
lujiashun
changed the title
feat(tianmu): support ‘ALTER TABLE t1 CHARACTER SET = ...’ clause
feat(tianmu): support 'ALTER TABLE t1 CHARACTER SET = ...' clause
Nov 1, 2022
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 1, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter; 2 add implement in inplace_alter_table; 3 add implement in commit_inplace_alter_table;
15 tasks
mysqld57.trace.alter_modify.log
|
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 3, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter of tianmu handler; 2 add implement in inplace_alter_table of tianmu handler; 3 add implement in commit_inplace_alter_table of tianmu handler;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 3, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter of tianmu handler; 2 add implement in inplace_alter_table of tianmu handler; 3 add implement in commit_inplace_alter_table of tianmu handler;
lujiashun
pushed a commit
to lujiashun/stonedb
that referenced
this issue
Nov 3, 2022
…toneatom#848) [summary] 1 add implement in check_if_supported_inplace_alter of tianmu handler; 2 add implement in inplace_alter_table of tianmu handler; 3 add implement in commit_inplace_alter_table of tianmu handler;
Repository owner
moved this from In Progress
to Done
in StoneDB for MySQL 5.7
Nov 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Enable the sql to change the default table character set,such as :
ALTER TABLE t1 CHARACTER SET = utf8;
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: