mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-21743 Split up SUPER privilege to smaller privileges
This commit is contained in:
@@ -3121,7 +3121,7 @@ static const Rdb_collation_codec *rdb_init_collation_mapping(
|
||||
for (uint idx = 0; idx < p.second.size(); idx++) {
|
||||
uchar src = p.second[idx];
|
||||
uchar bits =
|
||||
my_bit_log2(my_round_up_to_next_power(p.second.size()));
|
||||
my_bit_log2_uint32(my_round_up_to_next_power(p.second.size()));
|
||||
cur->m_enc_idx[src] = idx;
|
||||
cur->m_enc_size[src] = bits;
|
||||
cur->m_dec_size[dst] = bits;
|
||||
|
Reference in New Issue
Block a user