[MDEV-16486] Bad auto_increment value in innodb-autoinc.test Created: 2018-06-14 Updated: 2018-06-14 Resolved: 2018-06-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.2, 10.3, 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I add this code to the very end of suite/innodb/t/innodb-autoinc.test
and run ./mtr innodb-autoinc. It adds the following outout:
51 looks wrong. The expected value is 2. |
| Comments |
| Comment by Alexander Barkov [ 2018-06-14 ] | |
|
Oops. The problem was caused by this line:
earlier in the test file. |