[MDEV-10547] Test multi_update_innodb fails with InnoDB 5.7 Created: 2016-08-12 Updated: 2016-09-02 Resolved: 2016-08-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Required code currently on bb-10.2-jan (please wait for email about status):
|
| Comments |
| Comment by Sergei Petrunia [ 2016-08-12 ] | ||||||||||
|
Ok the test file says it expects the statement to fail with an error
It just must be a different error. The reason is simple. Stopping at this line
I have:
$10 should be TRUE, not FALSE. | ||||||||||
| Comment by Sergei Petrunia [ 2016-08-12 ] | ||||||||||
|
Stepping in, I find that it uses the default implementation:
However there is a
it's just not used. | ||||||||||
| Comment by Sergei Petrunia [ 2016-08-12 ] | ||||||||||
|
Fix pushed to bb-10.2-jan tree. |