summaryrefslogtreecommitdiff
path: root/sql/log.cc
diff options
context:
space:
mode:
authortulin@dl145b.mysql.com <>2005-07-19 21:56:10 +0200
committertulin@dl145b.mysql.com <>2005-07-19 21:56:10 +0200
commita6c21a079163d2d09163cb4084ada38f4ddac929 (patch)
tree91e9f17b6b183df5ad37be93a13365d7d0f0d7f8 /sql/log.cc
parent519c5564b15cf4b88719eb0e4cb4dc5247891425 (diff)
parente3af1b6ec6ecd95b6f42192c75af08fcc7c3618a (diff)
downloadmariadb-git-a6c21a079163d2d09163cb4084ada38f4ddac929.tar.gz
merge
Diffstat (limited to 'sql/log.cc')
-rw-r--r--sql/log.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.cc b/sql/log.cc
index 7d7ba90509d..1ef522588ff 100644
--- a/sql/log.cc
+++ b/sql/log.cc
@@ -2652,7 +2652,7 @@ int TC_LOG_MMAP::log(THD *thd, my_xid xid)
{ // somebody's syncing. let's wait
p->waiters++;
/*
- note - it must be while(), not do ... while() here
+ note - it must be while (), not do ... while () here
as p->state may be not DIRTY when we come here
*/
while (p->state == DIRTY && syncing)