1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
wax@kishkin.ru
2004-12-14 18:46:55 +05:00
parent 7c31ea4d83
commit e81d48fdd9
11 changed files with 726 additions and 45 deletions

View File

@ -189,7 +189,10 @@ copy_dir_files()
mkdir $BASE/$arg
fi
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
README INSTALL* LICENSE
README INSTALL* LICENSE *.inc *.test *.result \
*.pem Moscow_leap des_key_file *.dat *.000001 \
*.require *.opt
do
if [ -f $i ]
then
@ -247,7 +250,7 @@ done
# Input directories to be copied recursively
#
for i in bdb innobase
for i in bdb innobase mysql-test
do
copy_dir_dirs $i
done