Re: [Maria-developers] question on MariaDB and end_bulk_insert

2010-07-22 Thread Zardosht Kasheff
The function is different than mysql 5.1.46. I have not looked at mysql 5.1.47 Thanks -Zardosht On Thu, Jul 22, 2010 at 8:19 AM, Sergei Golubchik wrote: > Hi, Zardosht! > > On Jul 06, Zardosht Kasheff wrote: >> >> Oops, it turns out the function signature is different from MySQL. >> This tripped

Re: [Maria-developers] question on MariaDB and end_bulk_insert

2010-07-22 Thread Sergei Golubchik
Hi, Zardosht! On Jul 06, Zardosht Kasheff wrote: > > Oops, it turns out the function signature is different from MySQL. > This tripped us up. Hm, this is arguably a bug. We should not have changed an API. I'll fix it. Regards, Sergei > -Zardosht > > On Tue, Jul 6, 2010 at 3:15 PM, Zardosht K

Re: [Maria-developers] [Fwd: [Commits] bzr commit into Mariadb 5.2, with Maria 2.0:maria/5.2 branch (igor:2821) Bug#604549]

2010-07-22 Thread Philip Stoev
When one sees this pair of codes ER_CONST_EXPR_IN_VCOL and ER_ROW_EXPR_FOR_VCOL, one can't help asking himself whether that's the only disallowed expressions, and if not, do we have error codes for vcol expressions with - user variables - subqueries - SP calls - etc, etc. Do we handle such cases