#At file:///Users/kgeorge/mysql/work/merge-trunk/ based on revid:dmitry.shulga@stripped
3621 Georgi Kodinov 2011-02-09
WL#2940: fixed a valgrind warning due to a typo in a debug assertion
modified:
sql/log.cc
=== modified file 'sql/log.cc'
--- a/sql/log.cc 2011-02-08 17:48:20 +0000
+++ b/sql/log.cc 2011-02-09 07:31:17 +0000
@@ -2209,7 +2209,7 @@ int my_plugin_log_message(MYSQL_PLUGIN *
struct st_plugin_int *plugin = (st_plugin_int *) plugin_ptr;
va_list args;
- DBUG_ASSERT(lvl >= ERROR_LEVEL || lvl <= INFORMATION_LEVEL);
+ DBUG_ASSERT(level >= MY_ERROR_LEVEL || level <= MY_INFORMATION_LEVEL);
switch (level)
{
Attachment: [text/bzr-bundle] bzr/georgi.kodinov@oracle.com-20110209073117-vtp229shgu2phapt.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (Georgi.Kodinov:3621) WL#2940 | Georgi Kodinov | 9 Feb |