1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

merge with work

This commit is contained in:
monty@mashka.mysql.fi
2002-10-02 13:45:16 +03:00
62 changed files with 1925 additions and 158 deletions

View File

@ -32,7 +32,7 @@ static void print_record(char * record,my_off_t offs,const char * tail);
static int run_test(const char *filename);
int main(int argc __attribute__((unused)),char *argv[])
int main(int argc __attribute__((unused)),char *argv[] __attribute__((unused)))
{
MY_INIT(argv[0]);
exit(run_test("rt_test"));
@ -198,7 +198,6 @@ int run_test(const char *filename)
}
}
/*
if (!silent)
printf("- Updating rows with position\n");
@ -226,8 +225,6 @@ int run_test(const char *filename)
}
}
*/
if((error=read_with_pos(file,silent)))
goto err;