#At file:///home/alik/MySQL/bzr/00/wl5787/mysql-trunk-wl5787/ based on revid:alexander.nozdrin@stripped
3363 Alexander Nozdrin 2011-05-03
WL#5787 follow-up: fix compilation warning.
modified:
sql/item_inetfunc.cc
=== modified file 'sql/item_inetfunc.cc'
--- a/sql/item_inetfunc.cc 2011-05-03 13:03:00 +0000
+++ b/sql/item_inetfunc.cc 2011-05-03 18:06:21 +0000
@@ -240,7 +240,7 @@ static bool str_to_ipv4(const char *str,
int byte_value= 0;
int chars_in_group= 0;
int dot_count= 0;
- char c;
+ char c= 0;
while (*p && ((p - str) < str_length))
{
Attachment: [text/bzr-bundle] bzr/alexander.nozdrin@oracle.com-20110503180621-dwgae5s7fl7ahm1e.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (alexander.nozdrin:3363) WL#5787 | Alexander Nozdrin | 3 May |