mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 07:05:33 +02:00
Undo the test cset that shouldn't have been pushed (ChangeSet@1.1988, 2005-08-16 00:03:50+04:00, aivanov@mysql.com
)
This commit is contained in:
parent
8d593d499d
commit
d150e4a2f4
1 changed files with 0 additions and 3 deletions
|
|
@ -2176,9 +2176,6 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue