changelog update
authorJamie Cameron <jcameron@webmin.com>
Tue, 3 Mar 2009 19:33:43 +0000 (19:33 +0000)
committerJamie Cameron <jcameron@webmin.com>
Tue, 3 Mar 2009 19:33:43 +0000 (19:33 +0000)
mysql/CHANGELOG

index 0db556a..1161947 100644 (file)
@@ -78,3 +78,5 @@ Improved the input for setting the default value for new fields, and added suppo
 ---- Changes since 1.440 ----
 The correct character set is ready from my.cnf when connecting using DBI mode, thanks to jianxia.
 The password is passed to all MySQL commands using the MYSQL_PWD environment variables on systems running MySQL 4.1 and later, version 5.1 in older Webmin releases.
+---- Changes since 1.450 ----
+Use DBI for listing databases and tables, to reduce dependency on the un-reliable MYSQL_PWD environment variable.