summaryrefslogtreecommitdiff
path: root/mysql-test/my_manage.h
Commit message (Collapse)AuthorAgeFilesLines
* corrected mysqltest.dspwax@kishkin.ru2004-12-141-0/+4
| | | | | | | | | | | | | | | 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
* mysql_test_run_new.c, my_manage.h, my_manage.c:kent@mysql.com2004-11-091-2/+0
| | | | Added Solaris compatibility
* mysql_test_run_new.c:kent@mysql.com2004-11-061-13/+13
| | | | | | | | | | | | | | | | Included header fnmatch.h on Unix Changed C++ comments to C comments Corrected indentation of code written on Windows Split up lines to fit into 80 columns Initiated some variables to avoid warnings Added __attribute__((unused)) to unused function parameters Replace tab characters with space Put space after 'for', 'while' etc Added value to 'return' from non void function removef() On Unix strlwr() was incorrectly declared and a no op, replaced it with a macro that does nothing Split several statements on the same line Other minor changes to conform to coding standard
* WL#964wax@kishkin.ru2004-09-161-0/+135
porting mysql_test_run on Linux and Windows