Note sure if has been fixed (couldn't find it), but when you are at a different page than page 1, you truncate the table, you are unable to switch back to page 1.
This can be fixed by querying yourself a simple select query, but should not be needed.
Logged In: YES
user_id=210714
Originator: NO
Cannot reproduce this with 2.11.8 -- can you?
Logged In: YES
user_id=1933025
Originator: YES
I have not updated since 2.11.6 as wamp did not update the installation. Soon I will have an online server running the newest version. I will update it than.
Logged In: YES
user_id=835650
Originator: NO
You can test on the demo server at http://pma.cihar.com/ (scroll down to see various versions available)
Logged In: YES
user_id=1933025
Originator: YES
I have tested it in the provided link and it is still bugged.
What I did:
created a database : bug_test_2008_09_01
created a table : test_table (only an auto_increment id)
insert : 40 rows
go to page : 2
click on : empty (uses TRUNCATE)
insert : 2 rows
click on : browse (in the table list left says 2 rows)
sql result : MySQL returned an empty result set (i.e. zero rows). (Query took 0.0007 sec)
sql query : SELECT * FROM `test_table` LIMIT 30 , 30
As you can see, he doesn't go back to the last valid page.
Logged In: YES
user_id=210714
Originator: NO
OK, only happens when you click on the browse icon from the left panel.
Logged In: YES
user_id=210714
Originator: NO
Fixed in subversion, thanks for reporting.