MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GRANT_NAME Class Reference
Inheritance diagram for GRANT_NAME:
Collaboration diagram for GRANT_NAME:

Public Member Functions

 GRANT_NAME (const char *h, const char *d, const char *u, const char *t, ulong p, bool is_routine)
 GRANT_NAME (TABLE *form, bool is_routine)
virtual bool ok ()
void set_user_details (const char *h, const char *d, const char *u, const char *t, bool is_routine)

Public Attributes

ACL_HOST_AND_IP host
char * db
char * user
char * tname
char * hash_key
ulong privs
ulong sort
size_t key_length

Additional Inherited Members

- Static Public Member Functions inherited from Sql_alloc
static void * operator new (size_t size) throw ()
static void * operator new[] (size_t size) throw ()
static void * operator new[] (size_t size, MEM_ROOT *mem_root) throw ()
static void * operator new (size_t size, MEM_ROOT *mem_root) throw ()
static void operator delete (void *ptr, size_t size)
static void operator delete (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, MEM_ROOT *mem_root)
static void operator delete[] (void *ptr, size_t size)

Detailed Description

Definition at line 3751 of file sql_acl.cc.


The documentation for this class was generated from the following file: