Skip to content

Commit 64a2a30

Browse files
committed
Error codes added for the percentile functions, the errors are
-ER_NOT_SINGLE_ELEMENT_ORDER_LIST -ER_WRONG_TYPE_FOR_PERCENTILE_CONT -ER_ARGUMENT_NOT_CONSTANT -ER_ARGUMENT_OUT_OF_RANGE
1 parent eb2187a commit 64a2a30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sql/share/errmsg-utf8.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7786,3 +7786,11 @@ ER_COMPRESSED_COLUMN_USED_AS_KEY
77867786
eng "Compressed column '%-.192s' can't be used in key specification"
77877787
ER_UNKNOWN_COMPRESSION_METHOD
77887788
eng "Unknown compression method: %s"
7789+
ER_NOT_SINGLE_ELEMENT_ORDER_LIST
7790+
eng "Incorrect number of elements in the order list for '%s'"
7791+
ER_WRONG_TYPE_FOR_PERCENTILE_CONT
7792+
eng "Numeric datatype is required for Percentile_CONT function"
7793+
ER_ARGUMENT_NOT_CONSTANT
7794+
eng "Argument to the percentile functions is not a constant"
7795+
ER_ARGUMENT_OUT_OF_RANGE
7796+
eng "Argument to the percentile functions does not belong to the range [0,1]"

0 commit comments

Comments
 (0)