diff options
author | unknown <monty@narttu.mysql.fi> | 2008-01-10 21:26:09 +0200 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2008-01-10 21:26:09 +0200 |
commit | 674f0198c3c099a2e9ea899b46d9592d8844d499 (patch) | |
tree | 76e19485e760f5e9df60f77f9f6caf4d64890501 /storage/myisam/mi_test2.c | |
parent | 65395ead814014c3c1163c3a89a659ea85bfa106 (diff) | |
parent | 5ad477f6cb765025ce240a47b71532bb7e5f286b (diff) | |
download | mariadb-git-674f0198c3c099a2e9ea899b46d9592d8844d499.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-maria
into mysql.com:/home/my/mysql-maria
sql/mysqld.cc:
Auto merged
storage/maria/ma_check.c:
Auto merged
storage/maria/ma_create.c:
Auto merged
storage/maria/ma_recovery.c:
Auto merged
storage/maria/ma_test2.c:
Auto merged
storage/maria/maria_def.h:
Auto merged
storage/maria/maria_pack.c:
Auto merged
storage/myisam/mi_test2.c:
Auto merged
storage/maria/ma_pagecache.c:
Auto merged
storage/maria/ha_maria.cc:
Manual (trival) merge
Diffstat (limited to 'storage/myisam/mi_test2.c')
-rw-r--r-- | storage/myisam/mi_test2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/storage/myisam/mi_test2.c b/storage/myisam/mi_test2.c index 5804af736df..4a727a9dad0 100644 --- a/storage/myisam/mi_test2.c +++ b/storage/myisam/mi_test2.c @@ -18,12 +18,6 @@ #ifndef USE_MY_FUNC /* We want to be able to dbug this !! */ #define USE_MY_FUNC #endif -#ifdef DBUG_OFF -#undef DBUG_OFF -#endif -#ifndef SAFEMALLOC -#define SAFEMALLOC -#endif #include "myisamdef.h" #include <m_ctype.h> #include <my_bit.h> |