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/srv | |
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/srv')
-rw-r--r-- | innobase/srv/srv0start.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/innobase/srv/srv0start.c b/innobase/srv/srv0start.c index ae47e9c18c2..0fb8da9fe3a 100644 --- a/innobase/srv/srv0start.c +++ b/innobase/srv/srv0start.c @@ -1349,9 +1349,7 @@ NetWare. */ os_thread_create(&srv_master_thread, NULL, thread_ids + 1 + SRV_MAX_N_IO_THREADS); -#ifdef UNIV_DEBUG /* buf_debug_prints = TRUE; */ -#endif /* UNIV_DEBUG */ sum_of_data_file_sizes = 0; |