mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
branches/zip:
White-space fixup.
This commit is contained in:
parent
cb7c80c8a9
commit
1e4618803e
1 changed files with 5 additions and 5 deletions
10
ChangeLog
10
ChangeLog
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
* lock/lock0lock.c:
|
* lock/lock0lock.c:
|
||||||
Fix Bug#46650 InnoDB plugin: We only store the autoinc locks that are
|
Fix Bug#46650 InnoDB plugin: We only store the autoinc locks that are
|
||||||
granted in the transaction's autoinc lock vector. A transacton, that
|
granted in the transaction's autoinc lock vector. A transacton, that
|
||||||
has been rolled back due to a deadlock because of an AUTOINC lock
|
has been rolled back due to a deadlock because of an AUTOINC lock
|
||||||
attempt, will not have added that lock to the vector. We need to check
|
attempt, will not have added that lock to the vector. We need to check
|
||||||
for that when we remove that lock.
|
for that when we remove that lock.
|
||||||
|
|
||||||
2009-08-13 The InnoDB Team
|
2009-08-13 The InnoDB Team
|
||||||
|
|
||||||
* handler/handler0alter.cc:
|
* handler/handler0alter.cc:
|
||||||
Fix Bug#46657 InnoDB plugin: invalid read in index_merge_innodb test
|
Fix Bug#46657 InnoDB plugin: invalid read in index_merge_innodb test
|
||||||
On a successful CREATE INDEX, diagnostic code read the table flags
|
On a successful CREATE INDEX, diagnostic code read the table flags
|
||||||
from a recently freed table object. Read them from the newly
|
from a recently freed table object. Read them from the newly
|
||||||
created object instead.
|
created object instead.
|
||||||
|
|
||||||
2009-07-20 The InnoDB Team
|
2009-07-20 The InnoDB Team
|
||||||
|
|
Loading…
Reference in a new issue