introduced recently, reproducable only under "win":
If I select an existing db "Dummy" 14 tables are shown in the navi frame.
When I browse any table: the bd name in the navi frame is changed to lowercase and the table list disappears!
Works correct in pma 2.11.1.1
my.ini:
lower_case_table_names=2
(preserves mixed case db/table names on win)
Logged In: YES
user_id=326580
Originator: NO
MyISAM or InnoDB?
Logged In: YES
user_id=1383652
Originator: YES
myisam
Logged In: YES
user_id=326580
Originator: NO
this depends on SELECT DATABASE(); always returns in lowercase ... MySQL bug ...
commented out the check for changed active db
Logged In: YES
user_id=1383652
Originator: YES
hmm,
r10817(16?) made my pma-svn versin stop working (just loading ..........)
so I can't check
____
>.. MySQL bug ...
worked fine in svn 2 days ago
Logged In: YES
user_id=326580
Originator: NO
> r10817(16?) made my pma-svn versin stop working (just loading ..........) so I can't check
... works for me (Win) ... ???
>>.. MySQL bug ...
>worked fine in svn 2 days ago
yes i read this, but even if i find the change and revert the change what produces this error in this special case will not solve other cases where this piece of code triggers in ...
Logged In: YES
user_id=1383652
Originator: YES
ok,
(had to restart apache)
old behaviour restored, thx