mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
Bug#54728: Replace the dulint struct with a 64-bit integer.
This commit is contained in:
parent
eb07ae4605
commit
c1567ecebd
89 changed files with 874 additions and 1572 deletions
|
|
@ -309,7 +309,7 @@ dtuple_fold(
|
|||
ulint n_fields,/*!< in: number of complete fields to fold */
|
||||
ulint n_bytes,/*!< in: number of bytes to fold in an
|
||||
incomplete last field */
|
||||
dulint tree_id)/*!< in: index tree id */
|
||||
index_id_t tree_id)/*!< in: index tree id */
|
||||
__attribute__((pure));
|
||||
/*******************************************************************//**
|
||||
Sets types of fields binary in a tuple. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue