diff options
author | marko@hundin.mysql.fi <> | 2004-06-16 13:41:14 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-06-16 13:41:14 +0300 |
commit | d2724e66db4336c6e91ed743059d11f72704918e (patch) | |
tree | df8a781b0b9fee71976881b14f7cbd640b3068ba /innobase/pars | |
parent | 3b34ea8cd0f2151fb6fecb7538cbc1d9cc1f171d (diff) | |
download | mariadb-git-d2724e66db4336c6e91ed743059d11f72704918e.tar.gz |
InnoDB: Revert most of ChangeSet@1.1772, as the debug functions may
be needed when testing production releases
Diffstat (limited to 'innobase/pars')
-rw-r--r-- | innobase/pars/pars0opt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/pars/pars0opt.c b/innobase/pars/pars0opt.c index 98bb1b12396..5cc2e39b438 100644 --- a/innobase/pars/pars0opt.c +++ b/innobase/pars/pars0opt.c @@ -1190,7 +1190,6 @@ opt_search_plan( #endif } -#ifdef UNIV_SQL_DEBUG /************************************************************************ Prints info of a query plan. */ @@ -1236,4 +1235,3 @@ opt_print_query_plan( UT_LIST_GET_LEN(plan->end_conds)); } } -#endif /* UNIV_SQL_DEBUG */ |