diff options
author | Michael Widenius <monty@askmonty.org> | 2011-07-02 17:37:59 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-07-02 17:37:59 +0300 |
commit | ec3c26a515ba5f52db28cfb06deba664fc61b7b5 (patch) | |
tree | beb2be583c2991d85b10b688019d8cd3b377f843 /include | |
parent | 006dedf537a5647106dab6242af261224a4d53a2 (diff) | |
download | mariadb-git-ec3c26a515ba5f52db28cfb06deba664fc61b7b5.tar.gz |
Fixed compilation & test issues found by buildbot
include/Makefile.am:
Added missing \
mysql-test/mysql-test-run.pl:
Suppress warning when ha_archive is not compiled
mysql-test/r/variables-big.result:
Updated results
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 2607afb938e..afc2afff115 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -22,7 +22,7 @@ HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \ my_list.h my_alloc.h typelib.h mysql/plugin.h pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \ my_xml.h mysql_embed.h mysql/services.h \ - mysql/service_progress_report.h + mysql/service_progress_report.h \ mysql/service_my_snprintf.h mysql/service_thd_alloc.h \ my_pthread.h my_no_pthread.h \ mysql/plugin_auth.h mysql/client_plugin.h \ |