We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9747f commit 389c51fCopy full SHA for 389c51f
storage/innobase/include/ut0byte.ic
@@ -110,7 +110,7 @@ ut_align_down(
110
111
ut_ad(sizeof(void*) == sizeof(ulint));
112
113
- return((void*)((((ulint) ptr)) & ~(align_no - 1)));
+ return((void*)(((ulint) ptr) & ~(align_no - 1)));
114
}
115
116
/*********************************************************//**
storage/xtradb/include/ut0byte.ic
0 commit comments