~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ChangeLog

  • Committer: Stewart Smith
  • Author(s): Jimmy Yang
  • Date: 2010-12-20 03:24:19 UTC
  • mto: (2021.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2022.
  • Revision ID: stewart@flamingspork.com-20101220032419-axa0a0ehxzm24ghk
Merge Revision revid:jimmy.yang@oracle.com-20101111053212-lo5nmbn8hnrjkwm0 from MySQL InnoDB

Original revid:jimmy.yang@oracle.com-20101111053212-lo5nmbn8hnrjkwm0

Original Authors: Jimmy Yang <jimmy.yang@oracle.com>
Original commit message:
Fix Bug #48026 Log start and end of InnoDB buffer pool initialization
to the error log

rb://513 approved by Sunny Bains

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
 
477
477
2010-10-14      The InnoDB Team
478
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
 
479
485
        * srv/srv0start.c:
480
486
        Display the zlib version number at startup.
481
487
        InnoDB compressed tables use zlib, and the implementation depends