1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

- backported gcc 3.0 linking fix from 4.0

- some cosmetical fixups (typos, comments)
This commit is contained in:
lenz@mysql.com
2002-09-24 22:24:30 +02:00
parent 140397d424
commit 019b5ab7b4
4 changed files with 54 additions and 28 deletions

View File

@ -470,3 +470,5 @@ int main(int argc, char** argv)
#else
#include "log_event.cc"
#endif
FIX_GCC_LINKING_PROBLEM