From 1e66bf40190cd44a283e399c7d28b1439327a63f Mon Sep 17 00:00:00 2001
From: marko <>
Date: Wed, 29 Oct 2008 07:52:30 +0000
Subject: [PATCH] branches/zip: ChangeLog: Mention Bug #27276.

---
 ChangeLog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ChangeLog b/ChangeLog
index 612610956c8..8cb3e234436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,7 @@
 	exist, because the insert buffer record may have been discarded by
 	some other thread. This bug has existed in MySQL/InnoDB since
 	version 4.1, when innodb_file_per_table was implemented.
+	This may fix Bug#27276 InnoDB Error: ibuf cursor restoration fails.
 
 2008-10-22	The InnoDB Team