1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03: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:
unknown
2001-09-19 19:45:13 -06:00
parent 30f4ea7044
commit 8057a797a0
5 changed files with 40 additions and 5 deletions

View File

@ -20,7 +20,7 @@
* Sasha Pachev <sasha@mysql.com>
**/
#include <global.h>
#include <my_global.h>
#include <my_sys.h>
#include <m_string.h>
#include <mysql.h>