1
0
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:
Sergei Golubchik
2020-02-15 18:25:57 +01:00
parent 81cffda2e6
commit 7af733a5a2
403 changed files with 20147 additions and 63173 deletions

View File

@@ -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