diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2019-12-01 00:14:24 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2019-12-01 00:14:24 +0100 |
commit | 65310f5855924251a5a06247bbea82cce768f834 (patch) | |
tree | d7b1fb12c3ec6de3d460e750cba26de5f944411d /storage/connect/reldef.cpp | |
parent | 1f7f533144d5b78427622c8f3dd51bfc276dd12e (diff) | |
download | mariadb-git-65310f5855924251a5a06247bbea82cce768f834.tar.gz |
<dlfnc.h> in tabrest.cpp and redef.cpp
Diffstat (limited to 'storage/connect/reldef.cpp')
-rw-r--r-- | storage/connect/reldef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/reldef.cpp b/storage/connect/reldef.cpp index ffe5f77661d..ebbd4d76029 100644 --- a/storage/connect/reldef.cpp +++ b/storage/connect/reldef.cpp @@ -20,7 +20,7 @@ #if defined(__WIN__) #include <sqlext.h> #else -#include <dlfcn.h> // dlopen(), dlclose(), dlsym() ... +//#include <dlfcn.h> // dlopen(), dlclose(), dlsym() ... #include "osutil.h" //#include "sqlext.h" #endif |