mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
fixes:
* roles.grant_proxy-5526 test for --embedded * gcc warning in Connect
This commit is contained in:
parent
fa11d613cf
commit
5e1d5d9bc0
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
--source include/not_embedded.inc
|
||||
#
|
||||
# MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>
|
||||
#
|
||||
|
|
|
@ -3882,7 +3882,7 @@ static int connect_assisted_discovery(handlerton *hton, THD* thd,
|
|||
#if defined(WIN32)
|
||||
char *nsp= NULL, *cls= NULL;
|
||||
#endif // WIN32
|
||||
int port= 0, hdr= 0, mxr= 0, mxe= 0, rc= 0;
|
||||
int port= 0, hdr= 0, mxr __attribute__((unused))= 0, mxe= 0, rc= 0;
|
||||
int cop __attribute__((unused)) = 0;
|
||||
uint tm, fnc= FNC_NO, supfnc= (FNC_NO | FNC_COL);
|
||||
bool bif, ok= false, dbf= false;
|
||||
|
|
Loading…
Reference in a new issue