1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

add Admin_option column to mysql.roles_mapping. update tests/results

This commit is contained in:
Sergei Golubchik
2013-10-18 12:21:10 -07:00
parent 7dda698734
commit d0db4f2261
26 changed files with 208 additions and 260 deletions

View File

@ -3774,6 +3774,7 @@ replace_roles_mapping_table(TABLE *table, ROLE_GRANT_PAIR *pair,
system_charset_info);
table->field[2]->store(pair->r_uname, strlen(pair->r_uname),
system_charset_info);
table->field[3]->store(1);
key_copy(row_key, table->record[0], table->key_info,
table->key_info->key_length);