mariadb/libmysqld
Vladislav Vaintroub d110e0377d Fix compile error - linker does not find extern variables, in sql_logger.c
The file uses external variables defined in another (C++) source file. Since MSVC mangles variables and not only functions, either variables in question should be extern "C", or  sql_logger should be made C++ for link to succeed.

Fixed by renaming sql_logger.c to sql_logger.cc
2012-03-15 00:37:37 +01:00
..
examples always use sql/sql_string.* files, never - client/sql_string.* 2011-12-15 19:28:38 +01:00
CMakeLists.txt Fix compile error - linker does not find extern variables, in sql_logger.c 2012-03-15 00:37:37 +01:00
emb_qcache.cc Updated/added copyright headers 2011-06-30 17:46:53 +02:00
emb_qcache.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
embedded_priv.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
lib_sql.cc Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
libmysqld.c Merge with MariaDB 5.1 2011-11-24 18:48:58 +02:00
libmysqld.def merge with 5.3 2011-10-19 21:45:18 +02:00
libmysqld.rc query_id and my_xid -> ulonglong 2005-01-27 22:38:56 +01:00
resource.h query_id and my_xid -> ulonglong 2005-01-27 22:38:56 +01:00