diff options
author | wax@kishkin.ru <> | 2004-12-14 18:46:55 +0500 |
---|---|---|
committer | wax@kishkin.ru <> | 2004-12-14 18:46:55 +0500 |
commit | e81d48fdd94799e2aa1c2d593011888c5e2f7c96 (patch) | |
tree | 09a7b5e2571fc4f8e2de4cea9e832983faf5b711 /.bzrignore | |
parent | 7c31ea4d839cc351eea24b4ced1a44731792af29 (diff) | |
download | mariadb-git-e81d48fdd94799e2aa1c2d593011888c5e2f7c96.tar.gz |
corrected mysqltest.dsp
corrected mysql_test_run_new.dsp
added dependency
corrected path of mysql_test_run_new.dsp
fixed wrong code
added my_create_tables.c
removed command_line
fixed #elif
restored NAME_MAX and MAX_FNAME
added create_system_files()
added compare() for windows
added all files of testes in script
added mysql-test in script
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index dee0812c9b0..37f82b008f8 100644 --- a/.bzrignore +++ b/.bzrignore @@ -945,3 +945,4 @@ libmysqld/ha_example.cc libmysqld/ha_tina.cc analyse.test client/mysqladmin.c +mysql-4.1.8-win-src.zip |