mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Bug fix: add * and ; for innodb
This commit is contained in:
parent
288796f927
commit
55d2bff882
1 changed files with 2 additions and 2 deletions
|
@ -2026,7 +2026,7 @@ lock_rec_insert_by_trx_age(
|
|||
ulint space;
|
||||
ulint page_no;
|
||||
ulint rec_fold;
|
||||
hash_cell_t cell;
|
||||
hash_cell_t* cell;
|
||||
lock_t* node;
|
||||
lock_t* next;
|
||||
|
||||
|
@ -2935,7 +2935,7 @@ lock_rec_dequeue_from_page(
|
|||
{
|
||||
ulint space;
|
||||
ulint page_no;
|
||||
ulint rec_fold
|
||||
ulint rec_fold;
|
||||
lock_t* lock;
|
||||
lock_t* previous = NULL;
|
||||
trx_lock_t* trx_lock;
|
||||
|
|
Loading…
Add table
Reference in a new issue