Piotr, I have 2 suggestions for the main page. When Drizzle is selected, it still shows "MySQL client version" and "PHP extension: mysqli 0.1". Maybe that could be adjusted for Drizzle as well.
And secondly 'Server type' doesn't seem to be the right term for me to describe what database server is running. What about 'Server software: Drizzle'
Oh and it would be great to have some wiki page for devs on how to code with drizzle support.
In particular I am wondering about on how to use PMA_MYSQL_INT_VERSION, PMA_MYSQL_MAJOR_VERSION, PMA_MYSQL_STR_VERSION correctly.
On Mon, Aug 1, 2011 at 10:08 AM, Tyron Madlener tyronx@gmail.com wrote:
Piotr, I have 2 suggestions for the main page. When Drizzle is selected, it still shows "MySQL client version" and "PHP extension: mysqli 0.1". Maybe that could be adjusted for Drizzle as well.
And secondly 'Server type' doesn't seem to be the right term for me to describe what database server is running. What about 'Server software: Drizzle'
2011/8/1 Tyron Madlener tyronx@gmail.com:
Oh and it would be great to have some wiki page for devs on how to code with drizzle support.
In particular I am wondering about on how to use PMA_MYSQL_INT_VERSION, PMA_MYSQL_MAJOR_VERSION, PMA_MYSQL_STR_VERSION correctly.
Done.
http://wiki.phpmyadmin.net/pma/Drizzle_for_developers
If something is unclear please let me know, then I will try to supplement this article with relevant information.
2011/8/1 Tyron Madlener tyronx@gmail.com:
Piotr, I have 2 suggestions for the main page. When Drizzle is selected, it still shows "MySQL client version" and "PHP extension: mysqli 0.1". Maybe that could be adjusted for Drizzle as well.
Done. Now it will show "Database client version". If the only available version information is version number (like current "MySQL client version: 5.1.58") it will be displayed as "libmysql 5.1.58". Drizzle library version number will be displayed as "libdrizzle (Drizzle 7)" (there is currently no way to get library version, only Drizzle version it was built for). mysqlnd will stay as "mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $". For now the only way to connect with Drizzle server is by libmysql or mysqlnd, because the PHP extension which uses libdrizzle is unstable and likes to segfault.
And secondly 'Server type' doesn't seem to be the right term for me to describe what database server is running. What about 'Server software: Drizzle'
Good idea. I changed "Server type" to "Software" and "Server version" to "Software version" because "Server software version" was just too long.