
2011/6/2 Michal Čihař <michal@cihar.com>:
Hi
Dne Tue, 31 May 2011 19:08:12 +0200 Dieter Adriaenssens <dieter.adriaenssens@gmail.com> napsal(a):
In commit add6c6325c [0], you dropped MySQL from the collation and charset description. Both strings seem a bit confusing now, I would replace 'MySQL' to 'Server' or 'Database', or make the 'MySQL' prefix conditional (and replace it by 'Drizzle' in case of Drizzle), like you did with the heading of the server info section.
[0] http://repo.or.cz/w/phpmyadmin/crack.git/commitdiff/add6c6325c238cdca23ce021...
Also please consider that we can be connected to MariaDB server, so the naming should either include it as well or be server neutral.
Then we have two options for I the conditional MySQL/Drizzle header: 1) change it to 'Database server', add some information on server type in frame 2) add another case: MariaDB Both solutions require some form of detecting whether we are working with plain MySQL or with MariaDB. -- Piotr Przybylski