diff options
author | serg@serg.mysql.com <> | 2000-10-07 13:59:47 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2000-10-07 13:59:47 +0200 |
commit | 26b3f751cbdd8acd09b8ea0124bcb5c1d28344df (patch) | |
tree | 018ca6f78a4db5409c547e761090d77c1b0422dd /sql/Makefile.am | |
parent | c11eb85a6f3f54bf489d00a4f1eea8740a17ad4f (diff) | |
download | mariadb-git-26b3f751cbdd8acd09b8ea0124bcb5c1d28344df.tar.gz |
ORDER BY works with FULLTEXT keys
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 20208b10da5..72a8643bd41 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -45,7 +45,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sql_map.h sql_string.h unireg.h \ field.h handler.h ha_isammrg.h ha_isam.h ha_myisammrg.h\ ha_heap.h ha_myisam.h ha_berkeley.h\ - opt_range.h \ + opt_range.h opt_ft.h \ sql_select.h structs.h table.h sql_udf.h hash_filo.h\ lex.h lex_symbol.h sql_acl.h sql_crypt.h md5.h \ log_event.h mini_client.h sql_repl.h @@ -62,7 +62,7 @@ mysqld_SOURCES = sql_lex.cc \ sql_update.cc sql_delete.cc \ procedure.cc item_uniq.cc sql_test.cc \ log.cc init.cc derror.cc sql_acl.cc unireg.cc \ - time.cc opt_range.cc opt_sum.cc \ + time.cc opt_range.cc opt_sum.cc opt_ft.cc \ records.cc filesort.cc handler.cc \ ha_isam.cc ha_isammrg.cc ha_heap.cc \ ha_myisam.cc ha_myisammrg.cc ha_berkeley.cc \ |