diff options
author | Monty <monty@mariadb.org> | 2014-12-22 02:02:38 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-02-10 10:21:16 +0100 |
commit | 3a3ec744b5a31318a00821dc0ed6da8af49fda25 (patch) | |
tree | 40fcab46a3b7b1a193fd4e2ce2725af7537e9807 /.gitignore | |
parent | 01963e5df10eb1439f3b71541832e77dd4e80c64 (diff) | |
download | mariadb-git-3a3ec744b5a31318a00821dc0ed6da8af49fda25.tar.gz |
cleanups done as part of adding encryption
- Fixed compiler warnings
- Added include/wait_for_binlog_checkpoint.inc, as suggested by JonasO
- Updated 'build-tags' to work with git (Patch by Serg)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51ea42b2956..fc97ceb325e 100644 --- a/.gitignore +++ b/.gitignore @@ -175,6 +175,10 @@ storage/tokudb/ft-index/ft/log_code.cc storage/tokudb/ft-index/ft/log_header.h storage/tokudb/ft-index/ft/log_print.cc storage/tokudb/ft-index/ft/logformat +storage/tokudb/ft-index/ft/ftverify +storage/tokudb/ft-index/ft/tdb-recover +storage/tokudb/ft-index/ft/tdb_logprint +storage/tokudb/ft-index/ft/tokuftdump storage/tokudb/ft-index/portability/merge_archives_tokuportability_static.cmake storage/tokudb/ft-index/portability/toku_config.h storage/tokudb/ft-index/portability/tokuportability_static_depends.cc |