From c47c94f958dd11be44bad16cd5d97d9f2fea6dbf Mon Sep 17 00:00:00 2001 From: Xanadu Date: Sat, 5 Mar 2011 00:50:00 +0100 Subject: Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA) --- dep/mysqllite/include/mysql_embed.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'dep/mysqllite/include/mysql_embed.h') diff --git a/dep/mysqllite/include/mysql_embed.h b/dep/mysqllite/include/mysql_embed.h index 4a7fd3ef63c..e860a4486eb 100644 --- a/dep/mysqllite/include/mysql_embed.h +++ b/dep/mysqllite/include/mysql_embed.h @@ -1,3 +1,6 @@ +#ifndef MYSQL_EMBED_INCLUDED +#define MYSQL_EMBED_INCLUDED + /* Copyright (C) 2000 MySQL AB This program is free software; you can redistribute it and/or modify @@ -20,11 +23,9 @@ /* Things we don't need in the embedded version of MySQL */ /* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */ -#undef HAVE_PSTACK /* No stacktrace */ -#undef HAVE_OPENSSL +#undef HAVE_DLOPEN /* No udf functions */ #undef HAVE_SMEM /* No shared memory */ #undef HAVE_NDBCLUSTER_DB /* No NDB cluster */ -#define DONT_USE_RAID - #endif /* EMBEDDED_LIBRARY */ +#endif /* MYSQL_EMBED_INCLUDED */ -- cgit v1.2.3