diff options
author | unknown <dlenev@brandersnatch.localdomain> | 2004-06-23 13:07:00 +0400 |
---|---|---|
committer | unknown <dlenev@brandersnatch.localdomain> | 2004-06-23 13:07:00 +0400 |
commit | 0fe7f344ea4945ac64ad5ab82778c1e4e98959ab (patch) | |
tree | 83120ce0943ee66a4841bc37a509b46da466f483 /.bzrignore | |
parent | 5adf6574bd1cfb02834a699a5794038a40773ee0 (diff) | |
download | mariadb-git-0fe7f344ea4945ac64ad5ab82778c1e4e98959ab.tar.gz |
Final solution to mysql_tzinfo_to_sql problem.
sql/Makefile.am:
Final solution to mysql_tzinfo_to_sql problem:
We can't put it in extra/ directory since it depends on sql/sql_yacc.h and
sql/ directory depends on extra/comp_err. So this utility have to stay in
sql/ for a while.
BitKeeper/etc/ignore:
Added sql/mysql_tzinfo_to_sql_tztime.cc to the ignore list
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 8e3bf81af73..2bc1daf45ca 100644 --- a/.bzrignore +++ b/.bzrignore @@ -786,3 +786,4 @@ vio/test-sslserver vio/viotest-ssl extra/tztime.cc extra/mysql_tzinfo_to_sql +sql/mysql_tzinfo_to_sql_tztime.cc |