summaryrefslogtreecommitdiff
path: root/mysys/thr_lock.c
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2007-03-28 20:46:42 +0300
committerjani@ua141d10.elisa.omakaista.fi <>2007-03-28 20:46:42 +0300
commit3c3b0391f89fe6deb30766ec8214fe83f5f64cef (patch)
tree01b854c3dd1a084153c24fd76a88701c7371a0c4 /mysys/thr_lock.c
parentcc83bb07845eede90a713d93ae332a885dc0519b (diff)
parente12ad391b5b8ee54c65e6fb3d0b95bbf4247f887 (diff)
downloadmariadb-git-3c3b0391f89fe6deb30766ec8214fe83f5f64cef.tar.gz
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-main
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0-marvel
Diffstat (limited to 'mysys/thr_lock.c')
-rw-r--r--mysys/thr_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/thr_lock.c b/mysys/thr_lock.c
index 3d29379a9fc..93884921687 100644
--- a/mysys/thr_lock.c
+++ b/mysys/thr_lock.c
@@ -658,7 +658,7 @@ thr_lock(THR_LOCK_DATA *data, THR_LOCK_OWNER *owner,
goto end;
}
}
- DBUG_PRINT("lock",("write locked by thread: %ld, type: %d",
+ DBUG_PRINT("lock",("write locked by thread: %ld type: %d",
lock->read.data->owner->info->thread_id, data->type));
}
wait_queue= &lock->write_wait;