diff options
author | bell@sanja.is.com.ua <> | 2002-05-12 23:46:42 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2002-05-12 23:46:42 +0300 |
commit | e077890b04fe6278e434739ee8d01ec76a0a9a75 (patch) | |
tree | 2ee96debc611fd8bdc4026fe156195e2ae1b715d /libmysqld | |
parent | 4cb3760b447b0df4bc3c1c13532c92b3af3a54ab (diff) | |
download | mariadb-git-e077890b04fe6278e434739ee8d01ec76a0a9a75.tar.gz |
simple subselects ported to new select_lex structures
Diffstat (limited to 'libmysqld')
-rw-r--r-- | libmysqld/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/Makefile.am b/libmysqld/Makefile.am index c98e1c7e973..ee35011db3a 100644 --- a/libmysqld/Makefile.am +++ b/libmysqld/Makefile.am @@ -43,7 +43,8 @@ sqlsources = convert.cc derror.cc field.cc field_conv.cc filesort.cc \ hostname.cc init.cc \ item.cc item_buff.cc item_cmpfunc.cc item_create.cc \ item_func.cc item_strfunc.cc item_sum.cc item_timefunc.cc \ - item_uniq.cc key.cc lock.cc log.cc log_event.cc mf_iocache.cc\ + item_uniq.cc item_subselect.cc \ + key.cc lock.cc log.cc log_event.cc mf_iocache.cc\ mini_client.cc net_pkg.cc net_serv.cc opt_ft.cc opt_range.cc \ opt_sum.cc procedure.cc records.cc sql_acl.cc \ repl_failsafe.cc slave.cc \ |