We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd30d07 commit a24e625Copy full SHA for a24e625
storage/innobase/include/lock0lock.h
@@ -41,12 +41,12 @@ Created 5/7/1996 Heikki Tuuri
41
#include "lock0prdt.h"
42
43
/** Alternatives for innodb_lock_schedule_algorithm, which can be changed by
44
- setting innodb_lock_schedule_algorithm. */
+ setting innodb_lock_schedule_algorithm. */
45
enum innodb_lock_schedule_algorithm_t {
46
- /*!< First Come First Served */
47
- INNODB_LOCK_SCHEDULE_ALGORITHM_FCFS,
48
- /*!< Variance-Aware-Transaction-Scheduling */
49
- INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
+ /*!< First Come First Served */
+ INNODB_LOCK_SCHEDULE_ALGORITHM_FCFS,
+ /*!< Variance-Aware-Transaction-Scheduling */
+ INNODB_LOCK_SCHEDULE_ALGORITHM_VATS
50
};
51
52
extern ulong innodb_lock_schedule_algorithm;
0 commit comments