summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2002-09-24 22:24:30 +0200
committerunknown <lenz@mysql.com>2002-09-24 22:24:30 +0200
commita9acc8e634db4a461ed39ef89a834147f0857af5 (patch)
tree564e3afed0e0082af885dd954c1480e30248db7b /client
parent41f7307a18a1f6bdb8326ec28508614fc1b28afe (diff)
downloadmariadb-git-a9acc8e634db4a461ed39ef89a834147f0857af5.tar.gz
- backported gcc 3.0 linking fix from 4.0
- some cosmetical fixups (typos, comments) client/mysqlbinlog.cc: - fix for gcc 3.0 configure.in: - fix for gcc 3.0 - some cosmetic modifications (typos, comments) include/global.h: - fix for gcc 3.0 - some cosmetical fixes (typos, comments) sql/mysqld.cc: - fix for gcc 3.0
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index ac2f3e4efda..e05fd63e344 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -470,3 +470,5 @@ int main(int argc, char** argv)
#else
#include "log_event.cc"
#endif
+
+FIX_GCC_LINKING_PROBLEM