mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
support DEFINER=role and DEFINER=current_role
This commit is contained in:
parent
b054700619
commit
b2f16628cf
24 changed files with 1457 additions and 377 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue