diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-11-03 14:34:03 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-11-03 14:34:03 +0400 |
commit | f73596ab16cc7cc42b7856dd00eead4d0f7f2ee4 (patch) | |
tree | f91925a9c5437f08e2bfe258b90e0155cebabf71 /storage | |
parent | 676bf0b30a7ef7b8be567ed37062143db96cc25b (diff) | |
download | mariadb-git-f73596ab16cc7cc42b7856dd00eead4d0f7f2ee4.tar.gz |
Applying InnoDB plugin snashot
Detailed revision comments:
r6121 | sunny | 2009-10-30 01:42:11 +0200 (Fri, 30 Oct 2009) | 7 lines
branches/zip: This test has been problematic for sometime now. The underlying
bug is that the data dictionaries get out of sync. In the AUTOINC code we
try and apply salve to the symptoms. In the past MySQL made some unrelated
change and the dictionaries stopped getting out of sync and this test started
to fail. Now, it seems they have reverted that changed and the test is
passing again. I suspect this is not he last time that this test will change.
r6124 | jyang | 2009-10-30 10:02:31 +0200 (Fri, 30 Oct 2009) | 5 lines
branches/zip: Correct the bug number for -r6109 change
from # 48273 to #48237
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innodb_plugin/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innodb_plugin/ChangeLog b/storage/innodb_plugin/ChangeLog index 1bc09a7275d..70225ffd9d9 100644 --- a/storage/innodb_plugin/ChangeLog +++ b/storage/innodb_plugin/ChangeLog @@ -25,7 +25,8 @@ 2009-10-29 The InnoDB Team * os/os0proc.c: - Fix Bug#48273 Strange CEIL behavior in stored function + Fix Bug#48237 Error handling in os_mem_alloc_large appears to + be incorrect 2009-10-29 The InnoDB Team |