List:Commits« Previous MessageNext Message »
From:Sergei Golubchik Date:July 1 2008 3:14pm
Subject:bzr commit into mysql-6.0 branch (serg:2671)
View as plain text  
#At file:///usr/home/serg/Abk/mysql/6.0-maria/

 2671 Sergei Golubchik	2008-07-01
      two missing DBUG_VOID_RETURN added
modified:
  client/mysqltest.c

per-file messages:
  client/mysqltest.c
    fixed DBUG_ENTER/DBUG_RETURN pairing
=== modified file 'client/mysqltest.c'
--- a/client/mysqltest.c	2008-06-26 18:21:15 +0000
+++ b/client/mysqltest.c	2008-07-01 13:14:22 +0000
@@ -2271,7 +2271,7 @@ void do_source(struct st_command *comman
   }
 
   dynstr_free(&ds_filename);
-  return;
+  DBUG_VOID_RETURN;
 }
 
 
@@ -6902,6 +6902,7 @@ static void init_signal_handling(void)
 #endif
   sigaction(SIGILL, &sa, NULL);
   sigaction(SIGFPE, &sa, NULL);
+  DBUG_VOID_RETURN;
 }
 
 #endif /* !__WIN__ */

Thread
bzr commit into mysql-6.0 branch (serg:2671) Sergei Golubchik1 Jul