Bug #775 | SELECT misses rows in Indexed HEAP table columns | ||
---|---|---|---|
Submitted: | 1 Jul 2003 13:54 | Modified: | 21 Nov 2003 14:31 |
Reporter: | Jonathan Urbach | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | MySQL-Max-4.0.11-0 (gamma) | OS: | Linux (Linux 2.4.18-14smp (RedHat 8)) |
Assigned to: | Ramil Kalimullin | CPU Architecture: | Any |
[1 Jul 2003 13:54]
Jonathan Urbach
[3 Jul 2003 6:27]
Ramil Kalimullin
Thank you for your bug report. This issue has been fixed in the latest development tree for that product. You can find more information about accessing our development trees at http://www.mysql.com/doc/en/Installing_source_tree.html
[21 Nov 2003 14:08]
[ name withheld ]
I am experiencing this problem also. My platform is a windows 2000 professional. Why is the status of this bug "Closed" if its still a problem?
[21 Nov 2003 14:31]
MySQL Verification Team
The closed status means: already fixed in this case since the developer reported the changeset in the BK tree. Below the current behavior: mysql> select version(); +---------------+ | version() | +---------------+ | 4.0.16-max-nt | +---------------+ 1 row in set (0.01 sec) mysql> SELECT * FROM tmp_MutantGeneHits2 WHERE MutantID=10\G *************************** 1. row *************************** MutantID: 10 InsertGenomeID: 5 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 381.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL *************************** 2. row *************************** MutantID: 10 InsertGenomeID: 6 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 317.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL *************************** 3. row *************************** MutantID: 10 InsertGenomeID: 7 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 103.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL *************************** 4. row *************************** MutantID: 10 InsertGenomeID: 8 Homolog: PA3780 GeneName: PA3780 PlateLocation: 1_A10 BlastScore: 42.1 Description: Hypothetical, unclassified, unknown;Membrane proteins BitScoreSeparation: NULL 4 rows in set (0.00 sec) mysql> SELECT * FROM tmp_MutantGeneHits WHERE MutantID=10\G *************************** 1. row *************************** MutantID: 10 InsertGenomeID: 8 Homolog: PA3780 GeneName: PA3780 PlateLocation: 1_A10 BlastScore: 42.1 Description: Hypothetical, unclassified, unknown;Membrane proteins BitScoreSeparation: NULL *************************** 2. row *************************** MutantID: 10 InsertGenomeID: 7 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 103.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL *************************** 3. row *************************** MutantID: 10 InsertGenomeID: 6 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 317.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL *************************** 4. row *************************** MutantID: 10 InsertGenomeID: 5 Homolog: PA2989 GeneName: PA2989 PlateLocation: 1_A10 BlastScore: 381.0 Description: Hypothetical, unclassified, unknown BitScoreSeparation: NULL 4 rows in set (0.00 sec)