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

ddl: fix partition definition for literal with non-utf8 charsets + binary column | tidb-test=pr/2262 (#49229) #51601

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions errors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,34 @@ error = '''
This partition function is not allowed
'''

<<<<<<< HEAD
=======
["ddl:1566"]
error = '''
Not allowed to use NULL value in VALUES LESS THAN
'''

["ddl:1567"]
error = '''
Incorrect partition name
'''

["ddl:1628"]
error = '''
Comment for table '%-.64s' is too long (max = %d)
'''

["ddl:1629"]
error = '''
Comment for field '%-.64s' is too long (max = %d)
'''

["ddl:1652"]
error = '''
Duplicate partition field name '%-.192s'
'''

>>>>>>> 33d6b79163e (ddl: fix partition definition for literal with non-utf8 charsets + binary column (#49229))
["ddl:1654"]
error = '''
Partition column values of incorrect type
Expand Down
Loading