Commit 123c147d authored by vasil's avatar vasil

branches/zip:

Non-functional change to improve readability.
parent c9106d39
......@@ -514,10 +514,9 @@ fill_innodb_locks_from_cache(
cache, I_S_INNODB_LOCKS, i);
/* lock_id */
OK(field_store_string(
fields[IDX_LOCK_ID],
trx_i_s_create_lock_id(
row, lock_id, sizeof(lock_id))));
trx_i_s_create_lock_id(row, lock_id, sizeof(lock_id));
OK(field_store_string(fields[IDX_LOCK_ID],
lock_id));
/* lock_trx_id */
OK(fields[IDX_LOCK_TRX_ID]->store(row->lock_trx_id));
......
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