On Thu, Dec 11, 2008 at 09:59:20AM -0800, Lee Bieber wrote: > Move all of the following to a new drizzled/functions/math directory
sounds good. I think it's getting more and more urgent to also fix argument handling in the functions. the steps to this: - rip out the func_arg1 func_arg2 crap - add virtual check_argument_count() to Item_func - add checks to each function for argument count (arguments are added to list like for UDFs in sql_yacc.yy) -- Stewart Smith _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

