summaryrefslogtreecommitdiff
path: root/sql/item_geofunc.cc
diff options
context:
space:
mode:
authordlenev@brandersnatch.localdomain <>2004-12-09 13:31:46 +0300
committerdlenev@brandersnatch.localdomain <>2004-12-09 13:31:46 +0300
commit4b0882e0a6ad63c99353856f830b5f3db8c0b899 (patch)
treec0a62a11e69bc638b292d33dcb38fe1b5c82194d /sql/item_geofunc.cc
parent19dab11881e900c9e79db570b2f6456f67aa23fb (diff)
downloadmariadb-git-4b0882e0a6ad63c99353856f830b5f3db8c0b899.tar.gz
Fix for bug #6765 "Implicit access to time zone description
tables requires privileges for them if some table or column level grants present" (with after-review fixes). We should set SELECT_ACL for implicitly opened tables in my_tz_check_n_skip_implicit_tables() to be able to bypass privilege checking in check_grant(). Also we should exclude those tables from privilege checking in multi-update.
Diffstat (limited to 'sql/item_geofunc.cc')
-rw-r--r--sql/item_geofunc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_geofunc.cc b/sql/item_geofunc.cc
index 7c3319bbfea..2f00416bddf 100644
--- a/sql/item_geofunc.cc
+++ b/sql/item_geofunc.cc
@@ -24,7 +24,6 @@
#include "mysql_priv.h"
#ifdef HAVE_SPATIAL
-#include "sql_acl.h"
#include <m_ctype.h>
void Item_geometry_func::fix_length_and_dec()