Commit 16053e66 authored by Sergey Petrunya's avatar Sergey Petrunya

Add sql/opt_index_cond_pushdown.cc to CMakeLists.txt files

parent 5304eab8
...@@ -142,6 +142,7 @@ SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc ...@@ -142,6 +142,7 @@ SET(LIBMYSQLD_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/partition_info.cc ../sql/sql_connect.cc ../sql/partition_info.cc ../sql/sql_connect.cc
../sql/scheduler.cc ../sql/event_parse_data.cc ../sql/scheduler.cc ../sql/event_parse_data.cc
../sql/multi_range_read.cc ../sql/multi_range_read.cc
../sql/opt_index_cond_pushdown.cc
../sql/opt_subselect.cc ../sql/opt_subselect.cc
../sql/create_options.cc ../sql/create_options.cc
${GEN_SOURCES} ${GEN_SOURCES}
......
...@@ -80,6 +80,7 @@ SET (SQL_SOURCE ...@@ -80,6 +80,7 @@ SET (SQL_SOURCE
sql_profile.cc event_parse_data.cc opt_table_elimination.cc sql_profile.cc event_parse_data.cc opt_table_elimination.cc
multi_range_read.cc multi_range_read.cc
opt_subselect.cc opt_subselect.cc
opt_index_cond_pushdown.cc
create_options.cc create_options.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc ${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.h ${PROJECT_SOURCE_DIR}/sql/sql_yacc.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment