mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-27712 Reduce the size of Lex_length_and_dec_st from 16 to 8
User visible change: Removing the length specified by user from error messages: ER_TOO_BIG_SCALE and ER_TOO_BIG_PRECISION as discussed with Sergei.
This commit is contained in:
@ -1459,7 +1459,7 @@ Note 1105 Cast to signed converted positive out-of-range integer to it's negativ
|
||||
# mysqld
|
||||
#
|
||||
SELECT COLUMN_GET(`x`, 'y' AS DECIMAL(5,50));
|
||||
ERROR 42000: Too big scale 50 specified for ''y''. Maximum is 38
|
||||
ERROR 42000: Too big scale specified for ''y''. Maximum is 38
|
||||
#
|
||||
# test of symbolic names
|
||||
#
|
||||
|
Reference in New Issue
Block a user