http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15244
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Tomás Cohen Arazi <[email protected]> --- (In reply to Marc Véron from comment #4) > $VAR1 = '292'; > $VAR1 = '293'; > > > ...and for the next run it is > $VAR1 = '300'; > $VAR1 = '301'; > > Hmm, is the database not properly reset after the tests? The borrower > numbers increase with every run. That's because the rollback is not resetting the AUTO_INCREMENT fields counter. MySQL behaviour. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
