mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Precision Math implementation
BitKeeper/etc/ignore: Added client/decimal.c client/my_decimal.cc client/my_decimal.h to the ignore list
This commit is contained in:
parent
63bcbfc433
commit
91db48e35a
104 changed files with 9118 additions and 1717 deletions
|
|
@ -397,8 +397,7 @@ public:
|
|||
bool fix_fields(THD *thd, TABLE_LIST *tlist, Item **ref)
|
||||
{
|
||||
DBUG_ASSERT(fixed == 0);
|
||||
return (!item->fixed &&
|
||||
item->fix_fields(thd, tlist, &item) ||
|
||||
return ((!item->fixed && item->fix_fields(thd, tlist, &item)) ||
|
||||
item->check_cols(1) ||
|
||||
Item_func::fix_fields(thd, tlist, ref));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue