If it continues this way, how about a release of 4.0.0 on April 19? (in time for the Percona Live MysQL Conference and Expo 2013).
-- Marc Delisle
Hello all,
While using 4.0.0-rc1 for a couple days, I found several - I consider - minor bugs. Should we consider them as blockers for releasing 4.0.0, or just plan to fix them for 4.0.1?
Best, JM
----------
Bug 1 - Can't copy table to target database if table exists there https://sourceforge.net/p/phpmyadmin/bugs/3873/
Steps:
1. Open a table, switch to "Operations" tab. 2. In the "Copy table to" box, check "Structure and data" and "Add DROP TABLE". 3. Select a target database that already contains a table with the same name.
Expected: Table is dropped and then copied.
Actual: Error tells that table already exists.
----------
Bug 2 - No preselected option when exporting table https://sourceforge.net/p/phpmyadmin/bugs/3874/
Steps:
1. Open a table, switch to "Export" tab. 2. Select "Custom" export.
Expected: In the "Rows" section, "Dump all rows" is preselected.
Actual: Both option buttons are empty.
----------
Bug 3 - Lost location hash and token on table add field https://sourceforge.net/p/phpmyadmin/bugs/3875/
Steps:
1. Open a table, switch to "Structure" tab. 2. In the "Add columns" section, enter a number of rows > 1, click "Go". 3. Fill in some demo names for the columns, click "Save".
Expected: Fields are added via AJAX, top navbar works as usual.
Actual: Fields are added via legacy form-submit, top navbar is then broken. Token is lost (URL is set to "tbl_addfield.php" with no query string).