mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/alexi/mysql-4.1-bug1
This commit is contained in:
@@ -2129,6 +2129,9 @@ void Item_func_lpad::fix_length_and_dec()
|
||||
{
|
||||
ulonglong length= ((ulonglong) args[1]->val_int() *
|
||||
collation.collation->mbmaxlen);
|
||||
/*a comment before (merged) */
|
||||
length= max((ulonglong)args[0]->max_length, length);
|
||||
/*a comment after */
|
||||
if (length >= MAX_BLOB_WIDTH)
|
||||
{
|
||||
length= MAX_BLOB_WIDTH;
|
||||
|
||||
Reference in New Issue
Block a user