Skip to content

Commit 8af8eae

Browse files
author
Marko Mäkelä
committed
Correct a stale comment that was missed in
revno: 3434 revision-id: [email protected] parent: [email protected] committer: Sunny Bains <[email protected]> branch nick: trunk timestamp: Tue 2011-09-06 07:04:27 +1000 message: Non-functional change. Change trx_sys->lock to trx_sys->mutex in the comments.
1 parent c73005e commit 8af8eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/innobase/trx/trx0sys.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ trx_sys_init_at_db_start(void)
453453

454454
trx_lists_init_at_db_start();
455455

456-
/* This S lock is not strictly required, it is here only to satisfy
456+
/* This mutex is not strictly required, it is here only to satisfy
457457
the debug code (assertions). We are still running in single threaded
458458
bootstrap mode. */
459459

0 commit comments

Comments
 (0)