mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
BK makes me problems.
I did not know I can't do chmod ... So, it killed some of my changes. But I am smarter, and as I have first saved my work, before BK ruined it, so here it comes ... BitKeeper/etc/ignore: Added mysql-test/r/rpl000001.eval to the ignore list
This commit is contained in:
parent
1c7dbd8c89
commit
f8cbf8f986
3 changed files with 12 additions and 0 deletions
|
|
@ -2849,6 +2849,16 @@ int mysql_show_grants(THD *thd,LEX_USER *lex_user)
|
|||
}
|
||||
|
||||
|
||||
uint get_mqh(const char *user, const char *host)
|
||||
{
|
||||
if (!initialized) return 0;
|
||||
|
||||
ACL_USER *acl_user;
|
||||
acl_user= find_acl_user(host,user);
|
||||
return (acl_user) ? acl_user->questions : 0;
|
||||
}
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
** Instantiate used templates
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue