summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-08-02 03:26:02 -0700
committerunknown <igor@rurik.mysql.com>2003-08-02 03:26:02 -0700
commit935c7fd15546972c078a3b1a22ef4e808ed5fd59 (patch)
tree58063530ad218f96eb3d3fe27912d7b1fac82b31 /sql
parentb6d27e20e19e1998b745a438dbde635261ebc5d4 (diff)
downloadmariadb-git-935c7fd15546972c078a3b1a22ef4e808ed5fd59.tar.gz
resolving bk problems
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_parse.cc b/sql/sql_parse.cc
index 534815460d0..abf809c0c5e 100644
--- a/sql/sql_parse.cc
+++ b/sql/sql_parse.cc
@@ -1895,7 +1895,7 @@ mysql_execute_command(THD *thd)
{
if (check_db_used(thd, tables) ||
check_access(thd, INDEX_ACL, tables->db, &tables->grant.privilege))
- goto error;
+ goto error;
res = mysql_assign_to_keycache(thd, tables);
break;
}