Skip to content

Commit

Permalink
This is a full cost-based implementation of the optimization that emp…
Browse files Browse the repository at this point in the history
…loys

splitting technique for equi-joins of materialized derived tables/views/CTEs.
(see mdev-13369 and mdev-13389).
  • Loading branch information
igorbabaev committed Dec 30, 2017
1 parent 7a66e0a commit 4f0299f
Show file tree
Hide file tree
Showing 23 changed files with 2,507 additions and 596 deletions.
1 change: 1 addition & 0 deletions libmysqld/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ SET(SQL_EMBEDDED_SOURCES emb_qcache.cc libmysqld.c lib_sql.cc
../sql/session_tracker.cc
../sql/proxy_protocol.cc
../sql/sql_tvc.cc ../sql/sql_tvc.h
../sql/opt_split.cc
${GEN_SOURCES}
${MYSYS_LIBWRAP_SOURCE}
)
Expand Down
Loading

0 comments on commit 4f0299f

Please sign in to comment.