diff options
author | unknown <msvensson@neptunus.(none)> | 2006-04-07 14:21:00 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-04-07 14:21:00 +0200 |
commit | 6a1ec62660e39ae071d3a1efebcbc5275a0195bf (patch) | |
tree | 996a593b3cb6ee646bf85708d763d1fa8d21f4c1 | |
parent | 94bfe767b2c5c38415d4c14504b705d8d0a2a4ab (diff) | |
download | mariadb-git-6a1ec62660e39ae071d3a1efebcbc5275a0195bf.tar.gz |
Remove #if 0
-rw-r--r-- | client/mysqltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c index 49e3097421a..e51d83270b5 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -4503,7 +4503,7 @@ static void init_var_hash(MYSQL *mysql) static void mark_progress(int line) { -#if 0 +#ifdef NOT_YET static FILE* fp = NULL; static double first; |