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

mysql:8979

From: とみたまさひろ <とみたまさひろ <tommy@xxxxxxxxxx>>
Date: Sun, 14 Mar 2004 22:30:07 +0900
Subject: [mysql 08979] Re: select の where 指定で件数が正しくない

とみたです。

On Sun, 14 Mar 2004 19:59:50 +0900
"TAKT Co.,ltd." <t@xxxxxxxxxx> wrote:

> mysql> show columns from a;
> +-------+----------+------+-----+---------+----------------+
> | Field | Type     | Null | Key | Default | Extra          |
> +-------+----------+------+-----+---------+----------------+
> | i     | int(11)  |      | PRI | NULL    | auto_increment |
> | str   | char(10) | YES  |     | NULL    |                |
> +-------+----------+------+-----+---------+----------------+
> 2 rows in set (0.00 sec)
> 
> mysql> select * from a;
> +---+------+
> | i | str  |
> +---+------+
> | 1 | B    |
> +---+------+
> 1 row in set (0.00 sec)
> 
> mysql> select * from a where str='B';
> +---+------+
> | i | str  |
> +---+------+
> | 1 | B    |
> +---+------+
> 1 row in set (0.00 sec)
> 
> mysql> select * from a where str='B' && str='B';
> Empty set (0.00 sec)

再現しますね。でもサーバの charset が latin1 だとちゃんと動くみたいで
す。多言語化の影響でしょうかね。

> バグということでよろしいでしょうか?どなたかレポートを出していただけると助かります。
> 申し訳ないですが英語がからきしだめで・・・ よろしくお願いいたします。

たぶんバグでしょうね。でも、私も英語がダメなのであしからず… (^^;

-- 
とみたまさひろ <tommy@xxxxxxxxxx>
日本MySQLユーザ会 http://www.mysql.gr.jp

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

      8881 2004-03-02 15:44 ["TAKT Co.,ltd." <t@x] select の where 指定で件数が正しくない  
      8891 2004-03-03 09:03 ┣[KAWAJI Shinya <kawaj]                                       
      8893 2004-03-03 09:17 ┃┗[nagai <w96176sn@xxxx] timeout について                    
      8892 2004-03-03 09:08 ┣[とみたまさひろ <tomm]                                       
      8901 2004-03-03 21:48 ┃┗["TAKT Co.,ltd." <t@x]                                     
      8910 2004-03-06 11:21 ┣["片寄白王" <katayose]                                       
      8934 2004-03-09 09:21 ┃┗["TAKT Co.,ltd." <t@x]                                     
      8978 2004-03-14 19:59 ┗["TAKT Co.,ltd." <t@x]                                       
->    8979 2004-03-14 22:30  ┣[とみたまさひろ <tomm]                                     
      8984 2004-03-15 09:34  ┗[ML account <ml@xxxxx]