-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Feature](update) Support update on current_timestamp
#25884
[Feature](update) Support update on current_timestamp
#25884
Conversation
ab0f06c
to
185078c
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
185078c
to
f18428c
Compare
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
8839174
to
1b42500
Compare
run buildall |
1 similar comment
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
(From new machine)TeamCity pipeline, clickbench performance test result: |
(From new machine)TeamCity pipeline, clickbench performance test result: |
5b0e59a
to
9792975
Compare
run buildall |
(From new machine)TeamCity pipeline, clickbench performance test result: |
3e62479
to
00a4538
Compare
run buildall |
(From new machine)TeamCity pipeline, clickbench performance test result: |
8e65d43
to
a270928
Compare
run buildall |
(From new machine)TeamCity pipeline, clickbench performance test result: |
docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE.md
Show resolved
Hide resolved
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
2630e83
to
9170f5d
Compare
run buildall |
TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
|
(From new machine)TeamCity pipeline, clickbench performance test result: |
run feut |
run pipelinex_p0 |
run feut |
2 similar comments
run feut |
run feut |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
If a column is declared with
on update current_timestamp
, its value will be updated to the current timestamp whenever there is an update on the row.Example:
similar to https://dev.mysql.com/doc/refman/8.0/en/timestamp-initialization.html
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...