mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge mysql.com:/home/my/mysql-5.0
into mysql.com:/home/my/mysql-5.1
This commit is contained in:
@@ -1354,7 +1354,7 @@ int bin2decimal(char *from, decimal_t *to, int precision, int scale)
|
||||
}
|
||||
from+=i;
|
||||
*buf=x ^ mask;
|
||||
if (((ulonglong)*buf) >= (ulonglong) powers10[intg0x+1])
|
||||
if (((ulonglong)*buf) >= (ulonglong) powers10[intg0x+1])
|
||||
goto err;
|
||||
if (buf > to->buf || *buf != 0)
|
||||
buf++;
|
||||
|
||||
Reference in New Issue
Block a user