diff options
author | dlenev@brandersnatch.localdomain <> | 2004-06-22 23:36:26 +0400 |
---|---|---|
committer | dlenev@brandersnatch.localdomain <> | 2004-06-22 23:36:26 +0400 |
commit | c110ec1a2271f4a9967c4ffe8c830b48f68ce577 (patch) | |
tree | e4937c670f15b7ac28021d00e5b4122224c47607 /.bzrignore | |
parent | b20dca925d703e12ad1e8ec50e7a4272ad7a07c8 (diff) | |
download | mariadb-git-c110ec1a2271f4a9967c4ffe8c830b48f68ce577.tar.gz |
Fix for build from bk failures with old automake.
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
compatible with older automake versions.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 3344a057180..8e3bf81af73 100644 --- a/.bzrignore +++ b/.bzrignore @@ -784,3 +784,5 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +extra/tztime.cc +extra/mysql_tzinfo_to_sql |