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:
@@ -146,7 +146,7 @@ static void set_program_key(PFS_program_key *key,
|
||||
ptr[0]= 0;
|
||||
ptr++;
|
||||
|
||||
key->m_key_length= ptr - &key->m_hash_key[0];
|
||||
key->m_key_length= static_cast<uint>(ptr - &key->m_hash_key[0]);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user