support DEFINER=role and DEFINER=current_role

This commit is contained in:
Sergei Golubchik 2013-10-18 12:17:49 -07:00
commit b2f16628cf
24 changed files with 1457 additions and 377 deletions

View file

@ -26,9 +26,9 @@
C_MODE_START
void parse_user(const char *user_id_str, size_t user_id_len,
char *user_name_str, size_t *user_name_len,
char *host_name_str, size_t *host_name_len);
int parse_user(const char *user_id_str, size_t user_id_len,
char *user_name_str, size_t *user_name_len,
char *host_name_str, size_t *host_name_len);
C_MODE_END