mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
This commit is contained in:
@@ -2018,7 +2018,7 @@ int decimal_mul(decimal_t *from1, decimal_t *from2, decimal_t *to)
|
||||
if (to->buf < buf1)
|
||||
{
|
||||
dec1 *cur_d= to->buf;
|
||||
for (; d_to_move; d_to_move--, cur_d++, buf1++)
|
||||
for (; d_to_move--; cur_d++, buf1++)
|
||||
*cur_d= *buf1;
|
||||
}
|
||||
return error;
|
||||
|
||||
Reference in New Issue
Block a user