mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
branches/zip:
Add new entries to the ChangeLog
This commit is contained in:
parent
68ba0e9f28
commit
b3fabcfb87
1 changed files with 29 additions and 0 deletions
29
ChangeLog
29
ChangeLog
|
@ -1,5 +1,34 @@
|
|||
2008-05-06 The InnoDB Team
|
||||
|
||||
* handler/ha_innodb.cc, include/srv0srv.h, include/sync0sync.h,
|
||||
include/trx0sys.h, mysql-test/innodb-zip.result,
|
||||
mysql-test/innodb-zip.test, srv/srv0srv.c, srv/srv0start.c,
|
||||
sync/sync0sync.c, trx/trx0sys.c:
|
||||
Implement the system tablespace tagging
|
||||
|
||||
* handler/ha_innodb.cc, handler/i_s.cc, include/univ.i,
|
||||
srv/srv0start.c:
|
||||
Add InnoDB version in INFORMATION_SCHEMA.PLUGINS.PLUGIN_VERSION,
|
||||
in the startup message and in a server variable innodb_version.
|
||||
|
||||
* sync/sync0sync.c:
|
||||
Fix a bug in the sync debug code where a lock with level
|
||||
SYNC_LEVEL_VARYING would cause an assertion failure when a thread
|
||||
tried to release it.
|
||||
|
||||
2008-04-30 The InnoDB Team
|
||||
|
||||
* Makefile.am:
|
||||
Fix Bug#36434 ha_innodb.so is installed in the wrong directory
|
||||
|
||||
* handler/ha_innodb.cc:
|
||||
Merge change from MySQL (Fix Bug#35406 5.1-opt crashes on select from
|
||||
I_S.REFERENTIAL_CONSTRAINTS):
|
||||
ChangeSet@1.2563, 2008-03-18 19:42:04+04:00, gluh@mysql.com +1 -0
|
||||
|
||||
* scripts/install_innodb_plugins.sql:
|
||||
Added
|
||||
|
||||
* mysql-test/innodb.result:
|
||||
Merge change from MySQL (this fixes the failing innodb test):
|
||||
ChangeSet@1.1810.3601.4, 2008-02-07 02:33:21+04:00
|
||||
|
|
Loading…
Reference in a new issue