mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
GRANT ... REQUIRE ( for SSL).
client/mysqlmanagerc.c: fix to make it compile after merge sql/lex.h: fixes for GRANT ... REQUIRE sql/sql_lex.h: GRANT ... REQUIRE sql/sql_yacc.yy: GRANT ... REQUIRE tools/mysqlmanager.c: fix to make compile after merge
This commit is contained in:
parent
30f4ea7044
commit
8057a797a0
5 changed files with 40 additions and 5 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
#define MANAGER_CLIENT_VERSION "1.0"
|
||||
|
||||
#include <global.h>
|
||||
#include <my_global.h>
|
||||
#include <my_sys.h>
|
||||
#include <m_string.h>
|
||||
#include <mysql.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue