1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Added missing include file to sql_acl.cc (bug in last changeset)

Docs/manual.texi:
  Updated Table is full section.
client/mysql.cc:
  Applied patch for fixing tee()
sql/sql_acl.cc:
  Added include file
This commit is contained in:
unknown
2002-06-12 17:35:04 +03:00
parent e91d0d898b
commit 33e636cbb4
3 changed files with 70 additions and 33 deletions

View File

@ -29,6 +29,7 @@
#include "sql_acl.h"
#include "hash_filo.h"
#include <m_ctype.h>
#include <assert.h>
#include <stdarg.h>
struct acl_host_and_ip