mysql:1892
From: <takeshi@xxxxxxxxxx>
Date: Wed, 19 Apr 2000 17:59:40 +0900
Subject: [mysql 01892] Re: 3.23.14 bug?
At Mon, 17 Apr 2000 18:01:43 +0900, とみたまさひろ <tommy@xxxxxxxxxx> wrote: > > とみたです。 > さっき環境を書いてませんでしたが、Solaris 7 & Linux (distribution は忘れ > ました(^^;) で、自分でコンパイルしたサーバで発生しています。 とりあえずの パッチです。 次のバージョンで、fix されるでしょう。 *** for_diff/table.cc Mon Apr 17 22:35:21 2000 --- sql/table.cc Mon Apr 17 22:07:50 2000 *************** *** 567,578 **** /* Deallocate temporary blob storage */ ! void free_blobs(register TABLE *table) { ! for (Field_blob **ptr=table->blob_field ; *ptr ; ptr++) ! (*ptr)->free(); } - /* Find where a form starts */ /* if formname is NullS then only formnames is read */ --- 567,580 ---- /* Deallocate temporary blob storage */ ! void free_blobs(TABLE *table) { ! for (Field **ptr=table->field; *ptr ; ptr++) ! { ! if ((*ptr)->flags & BLOB_FLAG) ! ((Field_blob *) (*ptr))->free(); ! } } /* Find where a form starts */ /* if formname is NullS then only formnames is read */ -- 村上 毅 takeshi@xxxxxxxxxx Soft Agency Co., Ltd. TEL +81-48-661-1527 PGP fingerprint = 45 5D 54 12 B4 55 77 7F D4 52 66 EC 03 3F 1B E9
1884 2000-04-16 23:20 [とみたまさひろ <tomm] 3.23.14 bug? 1885 2000-04-17 12:56 ┗[<takeshi@xxxxxxxxxx>] 1889 2000-04-17 18:01 ┗[とみたまさひろ <tomm] -> 1892 2000-04-19 17:59 ┗[<takeshi@xxxxxxxxxx>] 1894 2000-04-19 23:12 ┗[とみたまさひろ <tomm]