summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-27 22:29:10 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:48:34 +0200
commit7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f (patch)
tree1fb5d91a553036e7faee2400cde45a94a99cd049 /libmysqld
parent8877adb773abeafafcdee18fe30fca1c8589ee2c (diff)
downloadmariadb-git-7aabc2ded2b63fed1e149276bfb5f8e0fd7d723f.tar.gz
fixing embedded: WaaS. Wsrep as a Service.
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index 0920be53baf..f44c5daa17c 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -105,6 +105,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/compat56.cc
../sql/table_cache.cc
../sql/item_inetfunc.cc
+ ../sql/wsrep_dummy.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)