Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-19 Thread Sergei Golubchik
Hi, Kristian! On Apr 18, Kristian Nielsen wrote: > > For merging MySQL into MariaDB, we need to work out what to do about > error code. > > I think we have these options: > > 1. Cooperate with MySQL@Oracle, so that whenever we add an error code > in MariaDB, the corresponding code is also reser

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-19 Thread Oleksandr Byelkin
18 апр. 2011, в 12:40, Kristian Nielsen написал(а): > Hi, > > For merging MySQL into MariaDB, we need to work out what to do about error > code. > > The problem occurs as (different) new error messages are added in both MySQL > and MariaDB. When we then merge from MySQL, we get conflicts betwee

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-18 Thread Oleg Tsarev
We (Percona) already solved tris trouble about error code compatibles. We have same error number for all errors, indepent from version of mysql 5.1, 5.5, or distribution (CE, Percona, MariaDB) See patch description: http://www.percona.com/docs/wiki/percona-server:features:error_pad 2011/4/18 Krist

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-18 Thread Oleg Tsarev
I mean, we (Percona) already solved tris trouble about error code compatibles. We have same error number for all errors, indepent from version of mysql 5.1, 5.5, or distribution (CE, Percona, MariaDB) 2011/4/18 Oleg Tsarev > http://www.percona.com/docs/wiki/percona-server:features:error_pad > >

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-18 Thread Oleg Tsarev
http://www.percona.com/docs/wiki/percona-server:features:error_pad 2011/4/18 Kristian Nielsen > Kristian Nielsen writes: > > > It seems option (4) is the best option. Is someone from MySQL/Oracle > willing > > Sorry, I meant "option (*1*) is the best option" of course. > > > Failing that, it se

Re: [Maria-developers] MariaDB/MySQL error code issue

2011-04-18 Thread Kristian Nielsen
Kristian Nielsen writes: > It seems option (4) is the best option. Is someone from MySQL/Oracle willing Sorry, I meant "option (*1*) is the best option" of course. > Failing that, it seems (3) is the best option. In this case, we need (at And here (*2*) > So, any hope for getting solution (4)

[Maria-developers] MariaDB/MySQL error code issue

2011-04-18 Thread Kristian Nielsen
Hi, For merging MySQL into MariaDB, we need to work out what to do about error code. The problem occurs as (different) new error messages are added in both MySQL and MariaDB. When we then merge from MySQL, we get conflicts between the error numbers. If we do not handle this somehow, it means tha