mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
8300f639a1
28 changed files with 513 additions and 390 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SET_VAR_INCLUDED
|
||||
#define SET_VAR_INCLUDED
|
||||
/* Copyright (c) 2002, 2013, Oracle and/or its affiliates.
|
||||
Copyright (c) 2009, 2014, SkySQL Ab.
|
||||
Copyright (c) 2009, 2020, MariaDB
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -352,6 +352,7 @@ class set_var_default_role: public set_var_base
|
|||
{
|
||||
LEX_USER *user, *real_user;
|
||||
LEX_CSTRING role;
|
||||
const char *real_role;
|
||||
public:
|
||||
set_var_default_role(LEX_USER *user_arg, LEX_CSTRING role_arg) :
|
||||
user(user_arg), role(role_arg) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue