1
2008-05-06 The InnoDB Team
3
* handler/ha_innodb.cc, include/srv0srv.h, include/sync0sync.h,
4
include/trx0sys.h, mysql-test/innodb-zip.result,
5
mysql-test/innodb-zip.test, srv/srv0srv.c, srv/srv0start.c,
6
sync/sync0sync.c, trx/trx0sys.c:
7
Implement the system tablespace tagging
9
* handler/ha_innodb.cc, handler/i_s.cc, include/univ.i,
11
Add InnoDB version in INFORMATION_SCHEMA.PLUGINS.PLUGIN_VERSION,
12
in the startup message and in a server variable innodb_version.
15
Fix a bug in the sync debug code where a lock with level
16
SYNC_LEVEL_VARYING would cause an assertion failure when a thread
19
2008-04-30 The InnoDB Team
22
Fix Bug#36434 ha_innodb.so is installed in the wrong directory
24
* handler/ha_innodb.cc:
25
Merge change from MySQL (Fix Bug#35406 5.1-opt crashes on select from
26
I_S.REFERENTIAL_CONSTRAINTS):
27
ChangeSet@1.2563, 2008-03-18 19:42:04+04:00, gluh@mysql.com +1 -0
29
* scripts/install_innodb_plugins.sql:
32
* mysql-test/innodb.result:
33
Merge change from MySQL (this fixes the failing innodb test):
34
ChangeSet@1.1810.3601.4, 2008-02-07 02:33:21+04:00
37
Fix Bug#35226 RBR event crashes slave
39
* handler/ha_innodb.cc:
40
Change the fix for Bug#32440 to show bytes instead of kilobytes in
41
INFORMATION_SCHEMA.TABLES.DATA_FREE
43
* handler/ha_innodb.cc, mysql-test/innodb.result,
44
mysql-test/innodb.test:
45
Fix Bug#29507 TRUNCATE shows to many rows effected
47
* handler/ha_innodb.cc, mysql-test/innodb.result,
48
mysql-test/innodb.test:
49
Fix Bug#35537 Innodb doesn't increment handler_update and
52
2008-04-29 The InnoDB Team
54
* handler/i_s.cc, include/srv0start.h, srv/srv0start.c:
55
Fix Bug#36310 InnoDB plugin crash
57
2008-04-23 The InnoDB Team
59
* mysql-test/innodb_bug36169.result, mysql-test/innodb_bug36169.test,
61
Fix Bug#36169 create innodb compressed table with too large row size
64
* (outside the source tree):
65
Fix Bug#36222 New InnoDB plugin 1.0 has wrong MKDIR_P defined in
68
2008-04-15 The InnoDB Team
70
InnoDB Plugin 1.0.0 released