

Public Member Functions | |
| GRANT_COLUMN (String &c, ulong y) | |
Public Attributes | |
| char * | column |
| ulong | rights |
| uint | key_length |
Definition at line 2195 of file sql_acl.cc.
Definition at line 2201 of file sql_acl.cc.
References column, key_length, String::length(), memdup_root(), memex, and String::ptr().
02201 :rights (y) 02202 { 02203 column= memdup_root(&memex,c.ptr(), key_length=c.length()); 02204 }
Here is the call graph for this function:

| char* GRANT_COLUMN::column |
Definition at line 2199 of file sql_acl.cc.
Referenced by check_grant_all_columns(), check_grant_column(), get_column_grant(), mysql_table_grant(), and replace_column_table().
1.4.7

