summaryrefslogtreecommitdiff
path: root/include/mysql_embed.h
diff options
context:
space:
mode:
authorholyfoot/hf@mysql.com/hfmain.(none) <>2007-11-18 00:32:06 +0400
committerholyfoot/hf@mysql.com/hfmain.(none) <>2007-11-18 00:32:06 +0400
commit05edaf49d4ca209cab609e309c201300be855f69 (patch)
treea96990e871c1cf4dfff9b9b751753954581cbe9c /include/mysql_embed.h
parent074a1dbd022f01469cf164b2eff5c3f50f9ff7b2 (diff)
downloadmariadb-git-05edaf49d4ca209cab609e309c201300be855f69.tar.gz
Bug #32211 Test 'windows' and 'windows_shm' failed for embedded server
failing 'INSTALL PLUGIN' statement doesn't work in embedded server as we disable library loading there. Fixed by enabling loading libraries (#define HAVE_DLOPEN), what also makes UDF working in the embedded server.
Diffstat (limited to 'include/mysql_embed.h')
-rw-r--r--include/mysql_embed.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql_embed.h b/include/mysql_embed.h
index 7416283d83d..4a7fd3ef63c 100644
--- a/include/mysql_embed.h
+++ b/include/mysql_embed.h
@@ -21,7 +21,6 @@
/* TODO HF add #undef HAVE_VIO if we don't want client in embedded library */
#undef HAVE_PSTACK /* No stacktrace */
-#undef HAVE_DLOPEN /* No udf functions */
#undef HAVE_OPENSSL
#undef HAVE_SMEM /* No shared memory */
#undef HAVE_NDBCLUSTER_DB /* No NDB cluster */