mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
branches/zip:
Fix comment: sync variable name in comment with the actual variable name.
This commit is contained in:
parent
faf929ebde
commit
dfe8f574bf
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ trx_i_s_possibly_fetch_data_into_cache(
|
|||
/* out: 0 - fetched, 1 - not */
|
||||
trx_i_s_cache_t* cache); /* in/out: cache */
|
||||
|
||||
/* The maximum length that may be required by lock_id_sz in
|
||||
/* The maximum length that may be required by lock_id_size in
|
||||
trx_i_s_create_lock_id(). "%llu:%lu:%lu:%lu" -> 84 chars */
|
||||
|
||||
#define TRX_I_S_LOCK_ID_MAX_LEN 84
|
||||
|
|
Loading…
Add table
Reference in a new issue