mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@@ -620,17 +620,18 @@ enum PFS_TL_LOCK_TYPE
|
||||
PFS_TL_READ_NO_INSERT= 3,
|
||||
PFS_TL_WRITE_ALLOW_WRITE= 4,
|
||||
PFS_TL_WRITE_CONCURRENT_INSERT= 5,
|
||||
PFS_TL_WRITE_LOW_PRIORITY= 6,
|
||||
PFS_TL_WRITE= 7,
|
||||
PFS_TL_WRITE_DELAYED= 6,
|
||||
PFS_TL_WRITE_LOW_PRIORITY= 7,
|
||||
PFS_TL_WRITE= 8,
|
||||
|
||||
/* Locks for handler::ha_external_lock() */
|
||||
PFS_TL_READ_EXTERNAL= 8,
|
||||
PFS_TL_WRITE_EXTERNAL= 9,
|
||||
PFS_TL_READ_EXTERNAL= 9,
|
||||
PFS_TL_WRITE_EXTERNAL= 10,
|
||||
|
||||
PFS_TL_NONE= 99
|
||||
};
|
||||
|
||||
#define COUNT_PFS_TL_LOCK_TYPE 10
|
||||
#define COUNT_PFS_TL_LOCK_TYPE 11
|
||||
|
||||
/** Statistics for table locks. */
|
||||
struct PFS_table_lock_stat
|
||||
|
Reference in New Issue
Block a user