2014-04-21 13:54 GMT+02:00 Marc Delisle marc@infomarc.info:
Le 2014-04-20 09:42, Hugues Peccatte a écrit :
Hi,
I'm doing some tests on DB grouping, and I met a case where group is not done… If you create a DB "test", another one "test_test" and third one "test_again" (with DB separator = "_"), you'll have a group "test" with children "test", "test_test" and "test_again". But if you just create "test" and "test_test", you won't have a group and both DB will be at top level. I expected to have a first level item "test" and children "test" and "test_test".
Please, is this the expected behavior?
I consider this a bug, because I found nothing in our doc that says that you need at least three databases to form a group. So two should be enough to form a group.
Ok, thanks. So 3 people think this is a bug, so let's fix it. Ticket is already here: https://sourceforge.net/p/phpmyadmin/bugs/4375/ And so the PR: https://github.com/Tithugues/phpmyadmin/tree/b4375
Hugues.