Menu

#3086 (ok 2.11.11) Incorrect "Showing rows"

2.11.10.1
fixed
1
2013-06-11
2010-08-27
No

In 2.11.10.1, some searches (for example looking in an INT column for values > 100) always returns "Showing rows 0 - 0 (1 total)".

Version 2.11.10.0 was correct for this.

Discussion

  • Marc Delisle

    Marc Delisle - 2010-08-27
    • summary: Incorrect "Showing rows" --> Incorrect "Showing rows" (2.11.10.1)
     
  • Michal Čihař

    Michal Čihař - 2010-08-30
    • assigned_to: nobody --> nijel
     
  • Michal Čihař

    Michal Čihař - 2010-08-30

    This is caused by 4a50055d52cb1d6ba125b743b0eb422d5549b9c9, however I fail to see how it can break it right now.

     
  • Michal Čihař

    Michal Čihař - 2010-08-30

    Fixed in QA_2_11, QA_3_3 and master.

     
  • Michal Čihař

    Michal Čihař - 2010-08-30
    • priority: 5 --> 1
    • summary: Incorrect "Showing rows" (2.11.10.1) --> (ok 2.11.11) Incorrect "Showing rows"
     
  • Marc Delisle

    Marc Delisle - 2010-08-30

    I guess that we should aim for a quick 2.11.11.

     
  • Michal Čihař

    Michal Čihař - 2010-08-30

    Same would apply to 3.3.7. Not sure if this is so big issue that we should hurry these releases.

     
  • Marc Delisle

    Marc Delisle - 2010-08-30

    I cannot reproduce this in 3.3.6.

     
  • Michal Čihař

    Michal Čihař - 2010-08-30

    3.3.6 behaves slightly differently in this case, it shows "Showing rows 0 - 29 (30 total)" no matter how many results did the original query had.

     
  • Marc Delisle

    Marc Delisle - 2010-08-30

    3.3.6 is ok according to my tests.

     
  • Michal Čihař

    Michal Čihař - 2010-08-30

    What results do you get for following query?

    SELECT *
    FROM `mysql`.`help_relation`
    WHERE `help_topic_id` >10

    In MAINT_3_3_6, I get: Showing rows 0 - 29 (30 total)

    In QA_3_3 (where the fix is commited) I get: Showing rows 0 - 29 (809 total)

     
  • Marc Delisle

    Marc Delisle - 2010-08-30

    I get the same results as you. For another of my tables it ran fine, I don't know why.

    In conclusion we should release 2.11.11 at the same time that we release 3.3.7 ?

     
  • Anonymous

    Anonymous - 2010-08-31

    I can reproduce it right now in trunk, TESTING and STABLE demo servers of phpmyadmin. Go to MySQL > information_schema > COLUMNS, and input in the SQL this one:

    SELECT *
    FROM `COLUMNS`
    WHERE `COLUMN_NAME` > 'a'

    You get "showing registers 0 - 29 ( 30 total" and in trunk there is also no data below until I press Refresh (Actualizar in spanish), but I think that may be a different issue.

     
  • Michal Čihař

    Michal Čihař - 2010-08-31

    I'd rather wait some a little more to see if these security fixes did not cause something as well. This does not sound like critical issue.

     
  • Marc Delisle

    Marc Delisle - 2010-09-08
    • status: open --> closed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed --> fixed
     
MongoDB Logo MongoDB