~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ChangeLog

  • Committer: Brian Aker
  • Date: 2010-12-08 22:35:56 UTC
  • mfrom: (1819.9.158 update-innobase)
  • Revision ID: brian@tangent.org-20101208223556-37mi4omqg7lkjzf3
Merge in Stewart's changes, 1.3 changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2010-09-06      The InnoDB Team
 
2
        * dict/dict0load.c, innodb_bug53756.test innodb_bug53756.result
 
3
        Fix Bug #53756  ALTER TABLE ADD PRIMARY KEY affects crash recovery
 
4
 
 
5
2010-08-24      The InnoDB Team
 
6
 
 
7
        * handler/ha_innodb.c, dict/dict0dict.c:
 
8
        Fix Bug #55832 selects crash too easily when innodb_force_recovery>3
 
9
 
 
10
2010-08-03      The InnoDB Team
 
11
        * include/dict0dict.h, include/dict0dict.ic, row/row0mysql.c:
 
12
        Fix bug #54678, InnoDB, TRUNCATE, ALTER, I_S SELECT, crash or deadlock
 
13
 
 
14
2010-08-03      The InnoDB Team
 
15
 
 
16
 
 
17
        * include/ut0mem.h, ut/ut0mem.c:
 
18
        Fix Bug #55627 segv in ut_free pars_lexer_close innobase_shutdown
 
19
        innodb-use-sys-malloc=0
 
20
 
 
21
2010-08-01      The InnoDB Team
 
22
 
 
23
        * handler/ha_innodb.cc
 
24
        Fix Bug #55382 Assignment with SELECT expressions takes unexpected
 
25
        S locks in READ COMMITTED
 
26
 
1
27
2010-07-27      The InnoDB Team
2
28
 
3
29
        * include/mem0pool.h, mem/mem0mem.c, mem/mem0pool.c, srv/srv0start.c: