[MDEV-5975] Prepared statements with DATE literals do not honor NO_ZERO_IN_DATE Created: 2014-03-28 Updated: 2014-04-22 Resolved: 2014-04-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | 10.0.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
returns:
for both EXECUTE. If I change the script slightly:
it correctly returns '2001-00-00' for the first EXECUTE and NULL for the second EXECUTE, |
| Comments |
| Comment by Alexander Barkov [ 2014-04-22 ] |
|
Pushed into 10.0. |