diff options
author | monty@hundin.mysql.fi <> | 2001-08-10 17:37:37 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-08-10 17:37:37 +0300 |
commit | e7575da7bba22e74983374a5a5cca71b182bd23c (patch) | |
tree | 2d9d1fce1c8c7170391a58f2fa2731f5c6a02605 /sql/sql_acl.h | |
parent | 410faef67eab72a77ad3a69b5fa4770c3150fc65 (diff) | |
download | mariadb-git-e7575da7bba22e74983374a5a5cca71b182bd23c.tar.gz |
Portability fixes
Added record_rnd_buffer
Added --safe-user-create
Fix for ALTER TABLE RENAME on windows
Diffstat (limited to 'sql/sql_acl.h')
-rw-r--r-- | sql/sql_acl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_acl.h b/sql/sql_acl.h index ff9a105d76b..cf9696d51e7 100644 --- a/sql/sql_acl.h +++ b/sql/sql_acl.h @@ -74,7 +74,7 @@ int grant_init(void); void grant_free(void); void grant_reload(void); bool check_grant(THD *thd, uint want_access, TABLE_LIST *tables, - uint show_command=0); + uint show_command=0, bool dont_print_error=0); bool check_grant_column (THD *thd,TABLE *table, const char *name,uint length, uint show_command=0); bool check_grant_all_columns(THD *thd, uint want_access, TABLE *table); |