diff options
author | Sergey Vojtovich <svoj@sun.com> | 2010-04-01 15:58:26 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2010-04-01 15:58:26 +0400 |
commit | 34a97abb9f38b42eca4e026d9d69802843712d29 (patch) | |
tree | 5121c2287f0e80596aa3ab0d34923ed389c8e041 /storage/innodb_plugin/include | |
parent | 222717d575ea63be7dc0fbbba22fe60b9b0abe28 (diff) | |
download | mariadb-git-34a97abb9f38b42eca4e026d9d69802843712d29.tar.gz |
Applying InnoDB snapshot
Detailed revision comments:
r6728 | marko | 2010-02-17 18:54:04 +0200 (Wed, 17 Feb 2010) | 3 lines
branches/zip: Remove UNIV_BASIC_LOG_DEBUG.
This fixes the FILE_FLUSH_LSN printouts mentioned in Issue #341.
Suggested by Heikki.
Diffstat (limited to 'storage/innodb_plugin/include')
-rw-r--r-- | storage/innodb_plugin/include/univ.i | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/innodb_plugin/include/univ.i b/storage/innodb_plugin/include/univ.i index a083620ab6d..4078167a66a 100644 --- a/storage/innodb_plugin/include/univ.i +++ b/storage/innodb_plugin/include/univ.i @@ -229,11 +229,6 @@ by one. */ /* the above option prevents forcing of log to disk at a buffer page write: it should be tested with this option off; also some ibuf tests are suppressed */ -/* -#define UNIV_BASIC_LOG_DEBUG -*/ - /* the above option enables basic recovery debugging: - new allocated file pages are reset */ /* Linkage specifier for non-static InnoDB symbols (variables and functions) that are only referenced from within InnoDB, not from MySQL */ |