mariadb/libmysqld
unknown f61743dea8 Portability fixes:
- removed "-traditional-cpp" from the darwin6 compile flags, as it broke
   compilation with gcc-3.3 on Mac OS X and does not seem to be required 
   in general.
 - make sure to link libmysqld/examples/mysqltest.c with a C++ compiler, 
   as the embedded server library (libmysqld.a) includes C++ code. This
   broke compilation with non-gcc compilers.


configure.in:
   - removed "-traditional-cpp" from the darwin6 compile flags, as it broke
     compilation with gcc-3.3 and does not seem to be required in general.
libmysqld/examples/Makefile.am:
   - make sure to link mysqltest.c with a C++ compiler, as the embedded server
     library (libmysqld.a) includes C++ code.
2003-09-12 12:42:34 +02:00
..
examples Portability fixes: 2003-09-12 12:42:34 +02:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
embedded_priv.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
lib_sql.cc Fix for #1210 2003-09-08 13:02:19 +05:00
lib_vio.c vio ssl structure renames (to get rid of ending _) 2003-08-27 02:51:39 +03:00
libmysqld.c Cleaned up last bug fixes 2003-09-09 20:06:50 +03:00
libmysqld.def Removed mysql_ssl_clear() 2002-06-27 11:27:04 +03:00
Makefile.am - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported 2003-03-18 22:14:02 +01:00