diff options
author | unknown <knielsen@mysql.com> | 2005-12-22 14:32:54 +0100 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2005-12-22 14:32:54 +0100 |
commit | 90c221be54d0f778de0de267e4b7a7d877ecb367 (patch) | |
tree | 15e7cce9e36814cd222c5002e7e3d5e4510fd2a5 /sql/Makefile.am | |
parent | 588d205be922cbf56d52543da36422b0eed6cbc8 (diff) | |
download | mariadb-git-90c221be54d0f778de0de267e4b7a7d877ecb367.tar.gz |
WL#1012 Add to sql/Makefile.am include files forgotten in RBR push.
Remove errorneously committed ChangeLog file.
BitKeeper/deleted/.del-ChangeLog~408d3fd6ba89dd59:
Delete: ChangeLog
sql/Makefile.am:
Add missing include files forgotten in RBR push.
Diffstat (limited to 'sql/Makefile.am')
-rw-r--r-- | sql/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index a9a0449fbb6..e2cf53c13aa 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -54,6 +54,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sql_error.h field.h handler.h mysqld_suffix.h \ ha_heap.h ha_myisam.h ha_myisammrg.h ha_partition.h \ opt_range.h protocol.h rpl_tblmap.h \ + log.h sql_show.h rpl_rli.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 \ log_event.h sql_repl.h slave.h rpl_filter.h \ |