1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00
sql/item_func.cc:
  Auto merged
sql/item_func.h:
  Auto merged
This commit is contained in:
unknown
2002-11-21 12:05:52 +02:00
36 changed files with 104 additions and 8 deletions

View File

@ -754,6 +754,7 @@ public:
bool res= udf.fix_fields(thd, tables, this, arg_count, args);
used_tables_cache= udf.used_tables_cache;
const_item_cache= udf.const_item_cache;
fixed= 1;
return res;
}
Item_result result_type () const { return udf.result_type(); }