1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Add sql/opt_index_cond_pushdown.cc to CMakeLists.txt files

This commit is contained in:
Sergey Petrunya
2010-06-27 09:52:14 +04:00
parent 5304eab835
commit 16053e66b6
2 changed files with 2 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/partition_info.cc ../sql/sql_connect.cc
../sql/scheduler.cc ../sql/event_parse_data.cc
../sql/multi_range_read.cc
../sql/opt_index_cond_pushdown.cc
../sql/opt_subselect.cc
../sql/create_options.cc
${GEN_SOURCES}