mysql:6573
From: とみたまさひろ <とみたまさひろ <tommy@xxxxxxxxxx>>
Date: Mon, 11 Nov 2002 23:02:10 +0900
Subject: [mysql 06573] Re: select 時の異常について
とみたです。 On Mon, 11 Nov 2002 22:46:01 +0900 fumu <fumu@xxxxxxxxxx> wrote: > 同じテーブルを seq_no についてのみ検索すると以下のようになります。 > > mysql> select seq_no from book_data; > +--------+ > | seq_no | > +--------+ > | 4 | > | 5 | > +--------+ > 2 rows in set (0.00 sec) > > この場合、seq_no=6 が検索されないのには > どういった理由が考えられますか? データが壊れているんじゃないでしょうか。MyISAM 形式のテーブルなら、 myisamchk -e テーブルファイル名 でチェックできます。 -- とみたまさひろ <tommy@xxxxxxxxxx> 日本MySQLユーザ会 http://www.mysql.gr.jp
6571 2002-11-11 22:46 [fumu <fumu@xxxxxxxxx] select 時の異常について 6572 2002-11-11 22:52 ┣[SAKIMURA Noriyuki <s] 6574 2002-11-11 23:17 ┃┗[SAKIMURA Noriyuki <s] 6575 2002-11-11 23:34 ┃ ┗[NAGASAWA Teruo <ml@x] -> 6573 2002-11-11 23:02 ┣[とみたまさひろ <tomm] 6577 2002-11-12 01:15 ┃┗[fumu <fumu@xxxxxxxxx] 6576 2002-11-12 01:14 ┗[MORISHITA Katsunori ] 6578 2002-11-12 01:45 ┗[fumu <fumu@xxxxxxxxx] 6579 2002-11-12 19:08 ┗[MORISHITA Katsunori ] 6580 2002-11-13 00:38 ┗[fumu <fumu@xxxxxxxxx] 6584 2002-11-13 19:59 ┗[MORISHITA Katsunori ] 6588 2002-11-15 07:23 ┗[fumu <fumu@xxxxxxxxx]