2757 Alexander Nozdrin 2008-11-20
Fix warning.
modified:
sql/si_objects.cc
2756 Alexander Nozdrin 2008-11-20
Fix Windows build.
Share similar impl in Abstract_obj.
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 push into mysql-6.0-runtime branch (alik:2756 to 2757) | Alexander Nozdrin | 20 Nov |