#At file:///home/alik/MySQL/bzr/00/wl5787/mysql-trunk-stage-wl5787/ based on revid:alexander.nozdrin@stripped
3331 Alexander Nozdrin 2011-04-20
WL#5787 follow-up: fix compilation warning.
modified:
sql/item_inetfunc.cc
=== modified file 'sql/item_inetfunc.cc'
--- a/sql/item_inetfunc.cc 2011-04-20 10:54:23 +0000
+++ b/sql/item_inetfunc.cc 2011-04-20 17:31:32 +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-20110420173132-yfnet693c76v3218.bundle
| Thread |
|---|
| • bzr commit into mysql-trunk branch (alexander.nozdrin:3331) WL#5787 | Alexander Nozdrin | 20 Apr |