On Tue, Sep 30, 2003 at 09:26:11AM +0200, Bob Brands wrote: > Hi, > > I compiled MySQL 5.0 from the source tree to test how stored procedures > work. > When I create a function, It is not stored in de mysql.func table, but in > the mysql.proc table. > > Example of the function a create: > > create function fun(a int) returns int > begin > set a = a + 1; > return a; > end; > > Is this a bug or do I do something wrong?
What maks you think it's a bug, exactly? -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL PROTECTED]> | http://jeremy.zawodny.com/ MySQL 4.0.15-Yahoo-SMP: up 16 days, processed 586,098,164 queries (405/sec. avg) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]