It would be useful if the error messages (such as "INSERT denied to user@host for table 'blah') to include database names. The output could be: 1) ("INSERT denied to user@host for table 'databasename.blah'" 2) ("INSERT denied to user@host for table 'blah' in database 'databasename'" This would save a lot of time of searching in which database this was. Especially in applications using multiple databases. See also WL#153
The proposed patch is here: http://lists.askmonty.org/pipermail/commits/2010-October/000609.html
Low Level Design modified. --- /tmp/wklog.152.old.26857 2010-10-23 16:43:35.000000000 +0000 +++ /tmp/wklog.152.new.26857 2010-10-23 16:43:35.000000000 +0000 @@ -1,2 +1,3 @@ - +The proposed patch is here: +http://lists.askmonty.org/pipermail/commits/2010-October/000609.html
High Level Description modified. --- /tmp/wklog.152.old.29505 2010-10-05 09:41:46.000000000 +0000 +++ /tmp/wklog.152.new.29505 2010-10-05 09:41:46.000000000 +0000 @@ -8,3 +8,5 @@ This would save a lot of time of searching in which database this was. Especially in applications using multiple databases. +See also WL#153 +
Observers changed: Sergei,Dreas