~percona-dev/percona-innodb-plugin/percona-innodb-1.0

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Vadim Tkachenko
  • Date: 2008-12-01 02:05:57 UTC
  • Revision ID: vadim@percona.com-20081201020557-p7k2m94mjtdg1a83
New rw-locks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2008-05-06      The InnoDB Team
 
2
 
 
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
 
8
 
 
9
        * handler/ha_innodb.cc, handler/i_s.cc, include/univ.i,
 
10
        srv/srv0start.c:
 
11
        Add InnoDB version in INFORMATION_SCHEMA.PLUGINS.PLUGIN_VERSION,
 
12
        in the startup message and in a server variable innodb_version.
 
13
 
 
14
        * sync/sync0sync.c:
 
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
 
17
        tried to release it.
 
18
 
 
19
2008-04-30      The InnoDB Team
 
20
 
 
21
        * Makefile.am:
 
22
        Fix Bug#36434 ha_innodb.so is installed in the wrong directory
 
23
 
 
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
 
28
 
 
29
        * scripts/install_innodb_plugins.sql:
 
30
        Added
 
31
 
 
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
 
35
 
 
36
        * row/row0sel.c:
 
37
        Fix Bug#35226 RBR event crashes slave
 
38
 
 
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
 
42
 
 
43
        * handler/ha_innodb.cc, mysql-test/innodb.result,
 
44
        mysql-test/innodb.test:
 
45
        Fix Bug#29507 TRUNCATE shows to many rows effected
 
46
 
 
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
 
50
        handler_delete
 
51
 
 
52
2008-04-29      The InnoDB Team
 
53
 
 
54
        * handler/i_s.cc, include/srv0start.h, srv/srv0start.c: 
 
55
        Fix Bug#36310 InnoDB plugin crash
 
56
 
 
57
2008-04-23      The InnoDB Team
 
58
 
 
59
        * mysql-test/innodb_bug36169.result, mysql-test/innodb_bug36169.test,
 
60
        row/row0mysql.c:
 
61
        Fix Bug#36169 create innodb compressed table with too large row size
 
62
        crashed
 
63
 
 
64
        * (outside the source tree):
 
65
        Fix Bug#36222 New InnoDB plugin 1.0 has wrong MKDIR_P defined in
 
66
        Makefile.in
 
67
 
 
68
2008-04-15      The InnoDB Team
 
69
 
 
70
        InnoDB Plugin 1.0.0 released