Commit a24e6258 authored by sensssz's avatar sensssz

Change all space indentions to tab.

parent fd30d07f
......@@ -41,12 +41,12 @@ Created 5/7/1996 Heikki Tuuri
#include "lock0prdt.h"
/** Alternatives for innodb_lock_schedule_algorithm, which can be changed by
setting innodb_lock_schedule_algorithm. */
setting innodb_lock_schedule_algorithm. */
enum innodb_lock_schedule_algorithm_t {
/*!< First Come First Served */
INNODB_LOCK_SCHEDULE_ALGORITHM_FCFS,
/*!< Variance-Aware-Transaction-Scheduling */
INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
/*!< First Come First Served */
INNODB_LOCK_SCHEDULE_ALGORITHM_FCFS,
/*!< Variance-Aware-Transaction-Scheduling */
INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
};
extern ulong innodb_lock_schedule_algorithm;
......
This diff is collapsed.
......@@ -60,7 +60,6 @@ Created 3/26/1996 Heikki Tuuri
#include "ut0pool.h"
#include "ut0vec.h"
#include <inttypes.h>
#include <set>
#include <new>
......@@ -1445,7 +1444,7 @@ trx_start_low(
ut_ad(trx_sys_validate_trx_list());
trx_sys_mutex_exit();
trx_sys_mutex_exit();
} else {
trx->id = 0;
......@@ -1485,11 +1484,11 @@ trx_start_low(
} else {
trx->start_time = ut_time();
}
trx->start_time_micro = clock();
trx->start_time_micro = clock();
ut_a(trx->error_state == DB_SUCCESS);
MONITOR_INC(MONITOR_TRX_ACTIVE);
MONITOR_INC(MONITOR_TRX_ACTIVE);
}
/****************************************************************//**
......
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