summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
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 /sql/mysqld.cc
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 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 207520d5bdc..8098d324af5 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -4289,4 +4289,6 @@ template class I_List<THD>;
template class I_List_iterator<THD>;
template class I_List<i_string>;
template class I_List<i_string_pair>;
+
+FIX_GCC_LINKING_PROBLEM
#endif