diff options
author | gkodinov/kgeorge@macbook.gmz <> | 2008-03-29 09:52:16 +0200 |
---|---|---|
committer | gkodinov/kgeorge@macbook.gmz <> | 2008-03-29 09:52:16 +0200 |
commit | 7cb4b7c19dab2d1dd56992af45dc9842c98a225f (patch) | |
tree | 2375972d03b6138e81e39befae9c2ddb6ffabd86 /myisam/mi_test3.c | |
parent | d0b1e944f5e1b05d487378272e90a64d13be1a6b (diff) | |
download | mariadb-git-7cb4b7c19dab2d1dd56992af45dc9842c98a225f.tar.gz |
fixed warnings and compile errors from the fix for bug 26243
Diffstat (limited to 'myisam/mi_test3.c')
-rw-r--r-- | myisam/mi_test3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/myisam/mi_test3.c b/myisam/mi_test3.c index dd798f1a161..cc86f21a28e 100644 --- a/myisam/mi_test3.c +++ b/myisam/mi_test3.c @@ -119,7 +119,6 @@ int main(int argc,char **argv) static void get_options(int argc, char **argv) { char *pos,*progname; - DEBUGGER_OFF; progname= argv[0]; @@ -149,7 +148,6 @@ static void get_options(int argc, char **argv) printf("Usage: %s [-?lKA] [-f#] [-t#]\n",progname); exit(0); case '#': - DEBUGGER_ON; DBUG_PUSH (++pos); break; default: |