[前][次][番号順一覧][スレッド一覧]

mysql:1249

From: <takeshi@xxxxxxxxxx>
Date: Tue, 21 Sep 1999 08:54:14 +0900
Subject: [mysql 01249] Re: mysql-3.22.26a.tar.gz


3.22.26a に対するパッチを流します。
BLOB(TEXT) に対して、SELECT DISTINCT がうまく動かないのを修正する
パッチです

--- mysql-3.22.26a/sql/sql_select.cc.orig	Fri Sep  3 06:39:51 1999
+++ mysql-3.22.26a/sql/sql_select.cc	Fri Sep 17 21:32:39 1999
@@ -4045,12 +4045,12 @@
     if (error == 0)
     {
       ha_info(entry,1);
-      memcpy(new_record,org_record,reclength);
       if (copy_blobs(first_field))
       {
 	error=ENOMEM;
 	break;
       }
+      memcpy(new_record,org_record,reclength);
       while ((error=info.read_record(&info)) <= 0)
       {
 	if (error == 0)

-- 
 村上 毅  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
 [ http://www.softagency.co.jp/mysql/ ]
 [ MySQL ML: mysql-guide@xxxxxxxxxx ]

[前][次][番号順一覧][スレッド一覧]

      1241 1999-09-16 14:32 [<sino@xxxxxxxxxx>   ] mysql-3.22.26a.tar.gz                   
      1242 1999-09-18 22:44 ┣[<takeshi@xxxxxxxxxx>]                                       
      1245 1999-09-20 09:31 ┃┗[<sino@xxxxxxxxxx>   ]                                     
->    1249 1999-09-21 08:54 ┗[<takeshi@xxxxxxxxxx>]