summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2016-02-12 20:33:56 -0800
committerIgor Babaev <igor@askmonty.org>2016-02-12 20:33:56 -0800
commit9d9c60fb12f7443fae9d22e716391ed75cf2b41a (patch)
tree04388814023be7eb42c185b90c3ba35c4a479b5a /libmysqld
parent2cfc450bf78c2d951729d1a0e8f731c0d987b1d5 (diff)
downloadmariadb-git-9d9c60fb12f7443fae9d22e716391ed75cf2b41a.tar.gz
Initial patch for the implementation of window functions (MDEV-6115):
- All parsing problems look like resolved - Stub performing name resolution of window functions in simplest queries has been added.
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 d4df327930d..2bdbc41a347 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -109,6 +109,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/table_cache.cc ../sql/mf_iocache_encr.cc
../sql/item_inetfunc.cc
../sql/wsrep_dummy.cc ../sql/encryption.cc
+ ../sql/item_windowfunc.cc ../sql/sql_window.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)