diff options
author | msvensson@neptunus.(none) <> | 2006-04-07 14:21:00 +0200 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-04-07 14:21:00 +0200 |
commit | 0d98d971707dc2051c5f7cb8be1f740cd454bdfd (patch) | |
tree | 996a593b3cb6ee646bf85708d763d1fa8d21f4c1 /client | |
parent | c2f1259834eb2cc7aa6f2fee840ca46aaa98e925 (diff) | |
download | mariadb-git-0d98d971707dc2051c5f7cb8be1f740cd454bdfd.tar.gz |
Remove #if 0
Diffstat (limited to 'client')
-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; |