summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authormonty@tik.mysql.fi <>2002-04-12 21:35:46 +0300
committermonty@tik.mysql.fi <>2002-04-12 21:35:46 +0300
commit056175a1ceb182828fb0fb7e40feac10f09ff3a0 (patch)
tree0060cbed8a1f7a8adaca0a4dc2e74b3372e28361 /sql/log.cc
parente857f561fd2fc2e544cba9508884c539ee789b05 (diff)
downloadmariadb-git-056175a1ceb182828fb0fb7e40feac10f09ff3a0.tar.gz
Update for BTREE keys in HEAP tables
Split handler->option_flag() to handler->table_flags() and handler->index_flags()
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc
index c393d2eb413..40cafeeaad1 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -476,7 +476,6 @@ err:
pthread_mutex_lock(&rli->log_space_lock);
rli->log_space_total -= s.st_size;
- fprintf(stderr,"purge_first_log: %ld\n", rli->log_space_total);
pthread_mutex_unlock(&rli->log_space_lock);
// ok to broadcast after the critical region as there is no risk of
// the mutex being destroyed by this thread later - this helps save