Details
-
Task
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
storage_engine tests and upstream engines/* suites went out of sync with current MariaDB code. Reasons:
- as of 5.5.27, YEAR(2) is deprecated, hence the new warning;
MDEV-533- different error code/message on out-of-range auto-increment;- INSERT IGNORE now produces a warning if a duplicate key was encountered (change pushed along with
MDEV-533).
Result files need to be updated. For MDEV-533, also test files which expect a different error code need to be modified.
Attachments
Issue Links
- relates to
-
MDEV-3942 FROM_DAYS(<timestamp column>) returns different result in MariaDB comparing to MySQL: NULL vs 0000-00-00
-
- Closed
-
Hi Sergei,
Here is the 10.0 part (on top of the previous change):
http://bazaar.launchpad.net/~elenst/maria/10.0-base-mdev3990/revision/3468
I listed sources of the differences, as much as I could identify them, in the commit comment.