From 0e6674a972d03906eb6ca49da4171b7f24fc22f6 Mon Sep 17 00:00:00 2001 From: unknown <acurtis@xiphis.org> Date: Tue, 17 May 2005 23:49:01 +0100 Subject: [PATCH] fix embedded build sql/sql_acl.cc: style fix, long line. fix for embedded build which I broke --- sql/sql_acl.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 92a482193f..2c4f860c98 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -3650,7 +3650,8 @@ err: 1 error */ -bool check_routine_level_acl(THD *thd, const char *db, const char *name, bool is_proc) +bool check_routine_level_acl(THD *thd, const char *db, const char *name, + bool is_proc) { bool no_routine_acl= 1; if (grant_option) @@ -5662,7 +5663,8 @@ void fill_effective_table_privileges(THD *thd, GRANT_INFO *grant, Dummy wrappers when we don't have any access checks ****************************************************************************/ -bool check_routine_level_acl(THD *thd, const char *db, const char *name) +bool check_routine_level_acl(THD *thd, const char *db, const char *name, + bool is_proc) { return FALSE; } -- 2.30.9