mirror of
https://github.com/MariaDB/server.git
synced 2025-07-24 19:42:23 +03:00
Cleaned up last bug fixes
Fix bug in SHOW GRANTS when there is a column privilege but no table privilege
This commit is contained in:
@ -424,6 +424,8 @@ int simple_command(MYSQL *mysql,enum enum_server_command command,
|
||||
unsigned long net_safe_read(MYSQL* mysql);
|
||||
void mysql_once_init(void);
|
||||
|
||||
extern my_bool server_inited;
|
||||
|
||||
#ifdef __NETWARE__
|
||||
#pragma pack(pop) /* restore alignment */
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user