diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-18 18:04:00 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-18 18:04:00 +0300 |
commit | 417bc294ff7e04cdb25b081c7e9a42b04692dad4 (patch) | |
tree | 6114f11b34f09be10d2600dca43b2c312f369b30 /mysql-test | |
parent | 168942c194fc4a7cb87a240722ea56daf7c91d20 (diff) | |
parent | 6f18b703e168d6d6f7c94712aa3c7e52c23f6c52 (diff) | |
download | mariadb-git-417bc294ff7e04cdb25b081c7e9a42b04692dad4.tar.gz |
Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-4.1
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/my_manage.c | 5 | ||||
-rw-r--r-- | mysql-test/mysql_test_run_new.c | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/my_manage.c b/mysql-test/my_manage.c index 88e68dfc27e..919d3bd0529 100644 --- a/mysql-test/my_manage.c +++ b/mysql-test/my_manage.c @@ -230,7 +230,10 @@ int wait_for_server_start(char *bin_dir __attribute__((unused)), char *user, char *password, int port,char *tmp_dir) { arg_list_t al; - int err= 0, i; + int err= 0; +#ifndef __WIN__ + int i; +#endif char trash[FN_REFLEN]; /* mysqladmin file */ diff --git a/mysql-test/mysql_test_run_new.c b/mysql-test/mysql_test_run_new.c index 40e45a92851..8beebefd298 100644 --- a/mysql-test/mysql_test_run_new.c +++ b/mysql-test/mysql_test_run_new.c @@ -1716,7 +1716,6 @@ int main(int argc, char **argv) int* handle; char test[FN_LEN]; char mask[FN_REFLEN]; - char *p; int position; /* single test */ |