mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Bug#54728: Replace the dulint struct with a 64-bit integer.
This commit is contained in:
@ -97,13 +97,13 @@ ut_fold_ulint_pair(
|
||||
ulint n2) /*!< in: ulint */
|
||||
__attribute__((const));
|
||||
/*************************************************************//**
|
||||
Folds a dulint.
|
||||
Folds a 64-bit integer.
|
||||
@return folded value */
|
||||
UNIV_INLINE
|
||||
ulint
|
||||
ut_fold_dulint(
|
||||
/*===========*/
|
||||
dulint d) /*!< in: dulint */
|
||||
ut_fold_ull(
|
||||
/*========*/
|
||||
ib_uint64_t d) /*!< in: 64-bit integer */
|
||||
__attribute__((const));
|
||||
/*************************************************************//**
|
||||
Folds a character string ending in the null character.
|
||||
|
Reference in New Issue
Block a user