Cleanup of tests

Fixed bug with ALTER TABLE on HEAP tables
This commit is contained in:
monty@donna.mysql.com 2000-12-28 19:25:41 +02:00
commit 60677ffd2c
24 changed files with 283 additions and 225 deletions

View file

@ -122,7 +122,6 @@ static struct option long_options[] = {
{"socket", required_argument, 0, 'S'},
{"sleep", required_argument, 0, 'i'},
#include "sslopt-longopts.h"
{"connect-timeout", required_argument, 0, 't'},
#ifndef DONT_ALLOW_USER_CHANGE
{"user", required_argument, 0, 'u'},
#endif