Commit a24e6258 authored by sensssz's avatar sensssz

Change all space indentions to tab.

parent fd30d07f
......@@ -1782,10 +1782,10 @@ lock_rec_insert_by_trx_age(
ulint space;
ulint page_no;
ulint rec_fold;
hash_table_t* hash;
hash_cell_t* cell;
lock_t* node;
lock_t* next;
hash_table_t* hash;
hash_cell_t* cell;
space = in_lock->un_member.rec_lock.space;
page_no = in_lock->un_member.rec_lock.page_no;
......@@ -2999,7 +2999,7 @@ lock_rec_cancel(
static
void
lock_grant_and_move_on_page(
hash_table_t *lock_hash,
hash_table_t* lock_hash,
ulint space,
ulint page_no)
{
......@@ -3029,7 +3029,6 @@ lock_grant_and_move_on_page(
/* Grant locks if there are no conflicting locks ahead.
Move granted locks to the head of the list. */
for (;lock != NULL;) {
/* If the lock is a wait lock on this page, and it does not need to wait. */
if ((lock->un_member.rec_lock.space == space)
&& (lock->un_member.rec_lock.page_no == page_no)
......@@ -4989,8 +4988,8 @@ lock_table_for_trx(
static
void
lock_grant_and_move_on_rec(
hash_table_t *lock_hash,
lock_t *first_lock,
hash_table_t* lock_hash,
lock_t* first_lock,
ulint heap_no)
{
lock_t* lock;
......
......@@ -60,7 +60,6 @@ Created 3/26/1996 Heikki Tuuri
#include "ut0pool.h"
#include "ut0vec.h"
#include <inttypes.h>
#include <set>
#include <new>
......
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