summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 18cc53daf6d..1283f55cea6 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -871,8 +871,7 @@ public:
bool
change_security_context(LEX_STRING user, LEX_STRING host,
- LEX_STRING db, Security_context *s_ctx,
- Security_context **backup);
+ LEX_STRING db, Security_context *backup);
void
restore_security_context(Security_context *backup);