Before making a change here we need a regression test.
Cheers,
--Brian
On Dec 11, 2008, at 7:23 PM, Stewart Smith <[email protected]> wrote:
On Thu, Dec 11, 2008 at 07:55:32PM -0600, Monty Taylor wrote:
- add checks to each function for argument count
(arguments are added to list like for UDFs in sql_yacc.yy)
I see no need in keeping separate lists for udf and "built-in"
functions. We can still have separate parts in the parser for the
special case functions, but if we kill the Item_func_arg1 crap and do
them the way you're already doing them, it should be hella easier.
yep. I think the two hashes should go away and we just have one.
We can still generate perfect hashes at start time if somebody is
really
that caring about it.
--
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
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help : https://help.launchpad.net/ListHelp