1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-29 21:42:28 +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}

View File

@ -80,6 +80,7 @@ SET (SQL_SOURCE
sql_profile.cc event_parse_data.cc opt_table_elimination.cc
multi_range_read.cc
opt_subselect.cc
opt_index_cond_pushdown.cc
create_options.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.h