19 Apr
2011
19 Apr
'11
11:49 a.m.
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 reserved in MySQL (even if not used), and vice versa.
I don't believe this will ever happen. I personally wouldn't even bother considering it as an option.
2. Create different "namespaces" for error codes added to MariaDB and MySQL, eg. new MariaDB codes are assigned with some offset to MySQL codes, so we avoid conflicts.
That's what we should do, I suppose. Regards, Sergei