Commit 5304eab8 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix windows build: add sql/opt_subselect.cc to CMakeLists.txt files

parent 7a9a3a79
......@@ -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_subselect.cc
../sql/create_options.cc
${GEN_SOURCES}
${LIB_SOURCES})
......
......@@ -79,6 +79,7 @@ SET (SQL_SOURCE
sql_connect.cc scheduler.cc
sql_profile.cc event_parse_data.cc opt_table_elimination.cc
multi_range_read.cc
opt_subselect.cc
create_options.cc
${PROJECT_SOURCE_DIR}/sql/sql_yacc.cc
${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