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:
parent
5304eab835
commit
16053e66b6
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user