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:
unknown 2005-02-09 02:50:45 +04:00
commit 91db48e35a
104 changed files with 9118 additions and 1717 deletions

View file

@ -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));
}