diff options
author | monty@mashka.mysql.fi <> | 2002-10-29 22:56:30 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-10-29 22:56:30 +0200 |
commit | 5343d4c96993e31a3377be07e9c97aee27784461 (patch) | |
tree | b93d36288a2bf44b78ebae18e00a9062e08a24bd /.bzrignore | |
parent | 1f10e446778c4f54778da2d850b9cdc34db63d16 (diff) | |
download | mariadb-git-5343d4c96993e31a3377be07e9c97aee27784461.tar.gz |
Added --skip-safemalloc to mysqltest
Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x
Small change in EXCHANGE output
Propagate open-files-limit from mysqld_safe -> mysqld
Fixed speed bug in GROUP BY
Added quotes around database name in CREATE DATABASE db_name (for binary log)
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 6cfd4bcac5b..c0a91201e29 100644 --- a/.bzrignore +++ b/.bzrignore @@ -494,3 +494,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +innobase/stamp-h1 +stamp-h1 |