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
commit 8057a797a0
5 changed files with 40 additions and 5 deletions

View file

@ -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>