Commit dfe8f574 authored by vasil's avatar vasil

branches/zip:

Fix comment: sync variable name in comment with the actual variable name.
parent faf929eb
...@@ -152,7 +152,7 @@ trx_i_s_possibly_fetch_data_into_cache( ...@@ -152,7 +152,7 @@ trx_i_s_possibly_fetch_data_into_cache(
/* out: 0 - fetched, 1 - not */ /* out: 0 - fetched, 1 - not */
trx_i_s_cache_t* cache); /* in/out: cache */ 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 */ trx_i_s_create_lock_id(). "%llu:%lu:%lu:%lu" -> 84 chars */
#define TRX_I_S_LOCK_ID_MAX_LEN 84 #define TRX_I_S_LOCK_ID_MAX_LEN 84
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment