diff options
author | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2006-04-15 08:49:00 -0700 |
commit | ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe (patch) | |
tree | 0016808c56b0545d9e84a1650e620b6bf9dc516b /storage/myisam/myisamchk.c | |
parent | 36b897f4c6750b7bca2e03164998ab2dffe62d9a (diff) | |
download | mariadb-git-ba2502b9c3b5bcc57115c9f325f12e4350a8bdfe.tar.gz |
Another long patch to remove the rest of the OS2 support.
Diffstat (limited to 'storage/myisam/myisamchk.c')
-rw-r--r-- | storage/myisam/myisamchk.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/storage/myisam/myisamchk.c b/storage/myisam/myisamchk.c index e2c8b446322..46f7558bc6a 100644 --- a/storage/myisam/myisamchk.c +++ b/storage/myisam/myisamchk.c @@ -34,10 +34,6 @@ SET_STACK_SIZE(9000) /* Minimum stack size for program */ #define my_raid_delete(A,B,C) my_delete(A,B) #endif -#ifdef OS2 -#define _sanity(a,b) -#endif - static uint decode_bits; static char **default_argv; static const char *load_default_groups[]= { "myisamchk", 0 }; @@ -378,7 +374,7 @@ static void usage(void) directly with '--variable-name=value'.\n\ -t, --tmpdir=path Path for temporary files. Multiple paths can be\n\ specified, separated by "); -#if defined( __WIN__) || defined(OS2) || defined(__NETWARE__) +#if defined( __WIN__) || defined(__NETWARE__) printf("semicolon (;)"); #else printf("colon (:)"); |