#At file:///home/georg/work/mysql/connectors/connector-c/ based on revid:georg.richter@stripped
2920 Georg Richter 2010-12-21
Fix for bug #59080 (Stray semicolon in header file my_sys.h causes build error)
modified:
include/my_sys.h
=== modified file 'include/my_sys.h'
--- a/include/my_sys.h 2009-05-12 08:58:44 +0000
+++ b/include/my_sys.h 2010-12-21 17:44:16 +0000
@@ -41,7 +41,7 @@ extern int NEAR my_errno; /* Last error
#include <typelib.h>
#define MYSYS_PROGRAM_DONT_USE_CURSES() { error_handler_hook = my_message_no_curses; mysys_uses_curses=0;}
-#define MY_INIT(name); { my_progname= name; my_init(); }
+#define MY_INIT(name) { my_progname= name; my_init(); }
/**
Max length of an error message generated by mysys utilities.
Attachment: [text/bzr-bundle] bzr/georg.richter@sun.com-20101221174416-c3812nx4y22no1yb.bundle
| Thread |
|---|
| • bzr commit into libmysql branch (georg.richter:2920) Bug#59080 | Georg Richter | 21 Dec |