Menu

#2624 (ok 2.11.5) Empty and Navigation frame synch.

2.11.4
fixed
Interface (555)
1
2013-06-11
2008-01-14
warforge00
No

Create the following table:

CREATE TABLE `test` (
`ID` int(11) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Load 2000 records into the table with a simple PHP script:

for ($i = 1; $i <= 2000; $i++) {
mysql_query("INSERT INTO test SET ID = $i");
}

Once loaded, click on the `test` table name in the left frame and click the "Browse" tab. Click on the >> buttons to go to the end of the records (LIMIT 1900, 100).

Click on the empty button and click OK. Once you do this, click on the browse image next to the `test` table name in the left frame. It still says LIMIT 1900, 100, but if you click the "Browse" tab, it says LIMIT 0, 100.

The browse image in the left frame should function the same way as the "Browse" tab and reset the limit.

Discussion

  • Sebastian Mendel

    Logged In: YES
    user_id=326580
    Originator: NO

    does not require 2000 rows ...
    this is caused by a features which remembers current browsing page per table which is hardly bypassed on the tab-link with &pos=0 parameter

     
  • Marc Delisle

    Marc Delisle - 2008-01-21
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-01-23

    Logged In: YES
    user_id=210714
    Originator: NO

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2008-01-23
    • priority: 5 --> 1
    • summary: Empty and Limit issue --> (ok 2.11.5) Empty and Navigation frame synch.
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-03-01
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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