Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c0dc44

Browse files
afiskonkelvich
authored andcommitted
Typos fixed
1 parent1544b6e commit9c0dc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ MtmAbortPreparedTransaction(MtmCurrentTrans* x)
12541254
MtmLock(LW_EXCLUSIVE);
12551255
tm= (MtmTransMap*)hash_search(MtmGid2State,x->gid,HASH_FIND,NULL);
12561256
if (tm==NULL) {
1257-
MTM_ELOG(WARNING,"Globaltransaciton ID '%s' is not found",x->gid);
1257+
MTM_ELOG(WARNING,"Globaltransaction ID '%s' is not found",x->gid);
12581258
}else {
12591259
Assert(tm->state!=NULL);
12601260
MTM_LOG1("Abort prepared transaction %s (%llu)",x->gid, (long64)x->xid);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp