~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ChangeLog

  • Committer: Lee Bieber
  • Date: 2010-12-15 16:23:36 UTC
  • mfrom: (1995.1.2 build)
  • Revision ID: kalebral@gmail.com-20101215162336-juntyt4gw4vgohg4
Merge Andrew - fix bug 628912: Crash / segfault in drizzled::Item_func::arguments (this=0x35) at ./drizzled/function/func.h
Merge Andrew - 663919: next query after KILL QUERY will error

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, include/row0mysql.h,
52
 
        row/row0merge.c, row/row0sel.c:
 
51
        * btr/btr0cur.c, include/btr0cur.h,
 
52
        include/row0mysql.h, 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
 
 
230
215
        * row/row0sel.c:
231
216
        Fix Bug#52663 Lost update incrementing column value under
232
217
        READ COMMITTED isolation level
470
455
 
471
456
2009-12-02      The InnoDB Team
472
457
 
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
 
 
485
458
        * srv/srv0start.c:
486
459
        Display the zlib version number at startup.
487
460
        InnoDB compressed tables use zlib, and the implementation depends