mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
Applying InnoDB plugin snashot
Detailed revision comments: r6114 | vasil | 2009-10-29 18:43:51 +0200 (Thu, 29 Oct 2009) | 6 lines branches/zip: * Add ChangeLog entries for latest changes * Obey alphabetical order in the list of the files * White-space fixup
This commit is contained in:
parent
976696fe4f
commit
676bf0b30a
1 changed files with 60 additions and 6 deletions
|
@ -1,9 +1,44 @@
|
|||
2009-10-29 The InnoDB Team
|
||||
|
||||
* buf/buf0lru.c, buf/buf0buf.c, include/buf0buf.h, include/buf0buf.ic:
|
||||
* handler/ha_innodb.cc, mysql-test/innodb-autoinc.result,
|
||||
mysql-test/innodb-autoinc.test:
|
||||
Fix Bug#47125 auto_increment start value is ignored if an index is
|
||||
created and engine=innodb
|
||||
|
||||
2009-10-29 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc, mysql-test/innodb_bug47777.result,
|
||||
mysql-test/innodb_bug47777.test:
|
||||
Fix Bug#47777 innodb dies with spatial pk: Failing assertion: buf <=
|
||||
original_buf + buf_len
|
||||
|
||||
2009-10-29 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc:
|
||||
Fix Bug#38996 Race condition in ANALYZE TABLE
|
||||
|
||||
2009-10-29 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc:
|
||||
Fix bug#42383: Can't create table 'test.bug39438'
|
||||
|
||||
2009-10-29 The InnoDB Team
|
||||
|
||||
* os/os0proc.c:
|
||||
Fix Bug#48273 Strange CEIL behavior in stored function
|
||||
|
||||
2009-10-29 The InnoDB Team
|
||||
|
||||
* buf/buf0buf.c, buf/buf0lru.c, include/buf0buf.h, include/buf0buf.ic:
|
||||
Fix corruption of the buf_pool->LRU_old list and improve debug
|
||||
assertions.
|
||||
|
||||
2009-10-28 The InnoDB Team
|
||||
|
||||
* srv/srv0start.c:
|
||||
Fix Bug#41490 After enlargement of InnoDB page size, the error message
|
||||
become inaccurate
|
||||
|
||||
2009-10-26 The InnoDB Team
|
||||
|
||||
* row/row0ins.c:
|
||||
|
@ -11,6 +46,13 @@
|
|||
to avoid Valgrind warnings about uninitialized fields in
|
||||
dtuple_validate().
|
||||
|
||||
2009-10-22 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc, mysql-test/innodb-zip.result,
|
||||
mysql-test/innodb-zip.test, mysql-test/innodb_bug44369.result,
|
||||
mysql-test/innodb_bug44369.test:
|
||||
Fix Bug#47233 Innodb calls push_warning(MYSQL_ERROR::WARN_LEVEL_ERROR)
|
||||
|
||||
2009-10-19 The InnoDB Team
|
||||
|
||||
* mysql-test/innodb_information_schema.test:
|
||||
|
@ -23,6 +65,18 @@
|
|||
Fix Bug#47058 Failure to compile innodb_plugin on solaris 10u7 + spro
|
||||
cc/CC 5.10
|
||||
|
||||
2009-10-05 The InnoDB Team
|
||||
|
||||
* buf/buf0buf.c:
|
||||
Do not invalidate buffer pool while an LRU batch is active. Added code
|
||||
to buf_pool_invalidate() to wait for the running batches to finish.
|
||||
|
||||
2009-10-01 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc:
|
||||
Fix Bug#47763 typo in error message: Failed to open table %s after %lu
|
||||
attemtps.
|
||||
|
||||
2009-10-01 The InnoDB Team
|
||||
|
||||
* fsp/fsp0fsp.c, row/row0merge.c:
|
||||
|
|
Loading…
Add table
Reference in a new issue