diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-02-16 00:53:06 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-02-16 00:53:06 +0300 |
commit | e0bb2f90a2c765f323604892593d74ed8bc7080a (patch) | |
tree | 156af405ab9ea95373a53a61fde62b57e3ea2ab9 /libmysqld | |
parent | 4746ddf63491f32d797f52b58bfdc2bc669827f5 (diff) | |
download | mariadb-git-e0bb2f90a2c765f323604892593d74ed8bc7080a.tar.gz |
Subquery optimization backport:
- Factor out subquery code into sql/opt_subselect.{h,cc}
- Stop using the term "confluent" (was used due to misreading the dictionary)
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index d2f1113041c..e9a1438182c 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -58,6 +58,7 @@ sqlsources = derror.cc field.cc field_conv.cc strfunc.cc filesort.cc \ log_event.cc rpl_record.cc \ log_event_old.cc rpl_record_old.cc \ protocol.cc net_serv.cc opt_range.cc \ + opt_subselect.cc \ opt_sum.cc procedure.cc records.cc sql_acl.cc \ sql_load.cc discover.cc sql_locale.cc \ sql_profile.cc \ |