mariadb/storage
Thirunarayanan B 7acdf29cb4 Bug #14049391 INNODB MISCALCULATES AUTO-INCREMENT AFTER DECREASING
AUTO_INCREMENT_INCREMENT
Problem:
=======
When auto_increment_increment system variable decreases,
immediate next value of auto increment column is not affected.

Solution:
========
	Get the previous inserted value of auto increment column by
subtracting the previous auto_increment_increment from next
auto increment value. After that calculate the current autoinc value
using newly changed auto_increment_increment variable.

	Approved by Sunny [rb#4394]
2014-02-10 10:13:35 +05:30
..
archive Bug 16395495 - OLD FSF ADDRESS IN GPL HEADER 2013-03-19 13:29:12 +01:00
blackhole Merge 5.5.24 back into main 5.5. 2012-05-07 22:20:42 +02:00
csv Updated/added copyright headers 2012-02-16 10:48:16 +01:00
example Updated/added copyright headers 2014-01-06 10:52:35 +05:30
federated Bug #16324629 : SERVER CRASHES ON UPDATE/JOIN FEDERATED + 2013-12-30 11:39:55 +05:30
heap Updated/added copyright headers 2014-01-06 10:52:35 +05:30
innobase Bug #14049391 INNODB MISCALCULATES AUTO-INCREMENT AFTER DECREASING 2014-02-10 10:13:35 +05:30
myisam Updated/added copyright headers 2014-01-06 10:52:35 +05:30
myisammrg Updated/added copyright headers 2014-01-06 10:52:35 +05:30
ndb Updated/added copyright headers 2014-01-06 10:52:35 +05:30
perfschema Bug#16814264: FILTER OUT THE PERFORMANCE_SCHEMA RELAY LOG EVENTS FROM RELAY LOG 2014-01-31 04:25:39 +05:30