Commit 55d2bff8 authored by sensssz's avatar sensssz

Bug fix: add * and ; for innodb

parent 288796f9
......@@ -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;
......
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