~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ChangeLog

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
2010-08-03      The InnoDB Team
11
11
        * include/dict0dict.h, include/dict0dict.ic, row/row0mysql.c:
12
 
        Fix bug #54678, InnoDB, TRUNCATE, ALTER, I_S SELECT, crash or deadlock
 
12
        Fix Bug#54678 InnoDB, TRUNCATE, ALTER, I_S SELECT, crash or deadlock
13
13
 
14
14
2010-08-03      The InnoDB Team
15
15
 
48
48
 
49
49
2010-06-29      The InnoDB Team
50
50
 
51
 
        * btr/btr0cur.c, include/btr0cur.h,
52
 
        include/row0mysql.h, row/row0merge.c, row/row0sel.c:
 
51
        * btr/btr0cur.c, include/btr0cur.h, include/row0mysql.h,
 
52
        row/row0merge.c, row/row0sel.c:
53
53
        Fix Bug#54358 READ UNCOMMITTED access failure of off-page DYNAMIC
54
54
        or COMPRESSED columns
55
55
 
86
86
 
87
87
        * dict/dict0load.c, fil/fil0fil.c:
88
88
        Fix Bug#54658: InnoDB: Warning: allocated tablespace %lu,
89
 
        old maximum was 0 (introduced in Bug #53578 fix)
 
89
        old maximum was 0 (introduced in Bug#53578 fix)
90
90
 
91
91
2010-06-16      The InnoDB Team
92
92
 
212
212
 
213
213
2010-04-26      The InnoDB Team
214
214
 
 
215
        * btr/btr0cur.c, dict/dict0dict.c, dict/dict0load.c,
 
216
        handler/ha_innodb.cc, include/dict0dict.h, row/row0mysql.c,
 
217
        innodb_bug53046.result, innodb_bug53046.test:
 
218
        Fix Bug#53046 dict_update_statistics_low can still be run
 
219
        concurrently on same table
 
220
 
 
221
2010-11-03      The InnoDB Team
 
222
 
 
223
        * fil/fil0fil.c, fsp/fsp0fsp.c, handler/ha_innodb.cc,
 
224
        include/fil0fil.h, include/univ.i:
 
225
        Fix Bug #54538 - use of exclusive innodb dictionary lock limits
 
226
        performance.
 
227
 
 
228
2010-11-02      The InnoDB Team
 
229
 
215
230
        * row/row0sel.c:
216
231
        Fix Bug#52663 Lost update incrementing column value under
217
232
        READ COMMITTED isolation level
455
470
 
456
471
2009-12-02      The InnoDB Team
457
472
 
 
473
        * handler/ha_innodb.cc, innodb_bug56143.result, innodb_bug56143.test:
 
474
        Fix Bug#56143 too many foreign keys causes output of show create
 
475
        table to become invalid
 
476
 
 
477
2010-10-14      The InnoDB Team
 
478
 
 
479
        * dict/dict0dict.c, handler/handler0alter.cc, include/dict0dict.h
 
480
        row/row0merge.c:
 
481
        Fix Bug #55084 Innodb crash and corruption after alter table
 
482
 
 
483
2010-11-10      The InnoDB Team
 
484
 
458
485
        * srv/srv0start.c:
459
486
        Display the zlib version number at startup.
460
487
        InnoDB compressed tables use zlib, and the implementation depends