diff options
author | Monty <monty@mariadb.org> | 2016-12-19 22:25:42 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2017-01-11 09:18:35 +0200 |
commit | e80ad58de8bce0923b91c08d12959c42e9e213a5 (patch) | |
tree | 7ae996948789a746e3be93f9f645fd0e0c7a1e4c /.gitignore | |
parent | 67034b6d5265621d67ce589cdee537571ccacfa9 (diff) | |
download | mariadb-git-e80ad58de8bce0923b91c08d12959c42e9e213a5.tar.gz |
Improve mysys/hash by caching hash_nr
This is done without using any additional memory
Added internal test case
This is similar to MDEV-7716
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3cec6585ca8..ee52f228ea2 100644 --- a/.gitignore +++ b/.gitignore @@ -82,6 +82,7 @@ mysql-test/mysql-test-run mysql-test/var mysql-test-gcov.err mysql-test-gcov.msg +mysys/test_hash mysys/thr_lock mysys/thr_timer packaging/rpm-oel/mysql.spec |