#At file:///mnt/raid/alik/MySQL/bzr/wl4264/6.0-alik-wl4264.1/
2757 Alexander Nozdrin 2008-11-20
Fix warning.
modified:
sql/si_objects.cc
=== modified file 'sql/si_objects.cc'
--- a/sql/si_objects.cc 2008-11-20 12:48:37 +0000
+++ b/sql/si_objects.cc 2008-11-20 14:40:36 +0000
@@ -451,7 +451,7 @@ bool Abstract_obj::execute(THD *thd)
take care to clean up the environment after itself.
*/
- bool rc;
+ bool rc= FALSE;
List_iterator_fast<String> it(m_stmt_lst);
while (true)
{
| Thread |
|---|
| • bzr commit into mysql-6.0-runtime branch (alik:2757) | Alexander Nozdrin | 20 Nov |