mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge with MySQL 5.1.49
Fixed Bug#52005 'JOIN_TAB->dependent' may be incorrectly propageted for multilevel outer joins' in a better way (patch from Sergey Petrunya)
This commit is contained in:
commit
e0a6b02c5d
610 changed files with 27019 additions and 15561 deletions
|
|
@ -971,7 +971,7 @@ int decimal2double(decimal_t *from, double *to)
|
|||
|
||||
*to= from->sign ? -result : result;
|
||||
|
||||
DBUG_PRINT("info", ("result: %f (%lx)", *to, *(ulong *)to));
|
||||
DBUG_PRINT("info", ("result: %f", *to));
|
||||
|
||||
return E_DEC_OK;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue