summaryrefslogtreecommitdiff
path: root/mysys/my_static.c
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-02-24 13:20:51 -0800
committerbrian@zim.(none) <>2006-02-24 13:20:51 -0800
commitcb07d52a7e6c21f28994552a15a423ff5ba3bf41 (patch)
tree9f5fa93232e8bbaf2680ef79d6dc936c4b0fe220 /mysys/my_static.c
parent85869e5fde3d7aca0916cab3ea31d224749dd526 (diff)
downloadmariadb-git-cb07d52a7e6c21f28994552a15a423ff5ba3bf41.tar.gz
This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support.
Diffstat (limited to 'mysys/my_static.c')
-rw-r--r--mysys/my_static.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/mysys/my_static.c b/mysys/my_static.c
index 8448afdc158..17094548dbd 100644
--- a/mysys/my_static.c
+++ b/mysys/my_static.c
@@ -92,13 +92,6 @@ struct st_irem *sf_malloc_root = NULL;
int volatile my_have_got_alarm=0; /* declare variable to reset */
ulong my_time_to_wait_for_lock=2; /* In seconds */
- /*
- We need to have this define here as otherwise linking will fail
- on OSF1 when compiling --without-raid --with-debug
- */
-
-const char *raid_type_string[]={"none","striped"};
-
/* from errors.c */
#ifdef SHARED_LIBRARY
char * NEAR globerrs[GLOBERRS]; /* my_error_messages is here */