1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge mysql.com:/home/jonas/src/mysql-4.1-ndb

into mysql.com:/home/jonas/src/wl1671
This commit is contained in:
joreland@mysql.com
2004-06-11 17:30:16 +02:00
73 changed files with 1462 additions and 976 deletions

View File

@ -111,7 +111,7 @@ inline
void
TcKeyConf::setNoOfOperations(Uint32 & confInfo, Uint32 noOfOps){
ASSERT_MAX(noOfOps, 65535, "TcKeyConf::setNoOfOperations");
confInfo = (confInfo & 0xFFFF) | noOfOps;
confInfo = (confInfo & 0xFFFF0000) | noOfOps;
}
inline