summaryrefslogtreecommitdiff
path: root/sql/table.cc
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-11-01 21:59:24 +0200
committerunknown <monty@mysql.com>2005-11-01 21:59:24 +0200
commit78ebed64361be7a7194f53ee7ac6e946a1022904 (patch)
tree46ab76fa59235bcd9407111d15e26ae6e0c86262 /sql/table.cc
parent2dcc6cbea3d27ff7c60e27d59e4b11843596d2d4 (diff)
downloadmariadb-git-78ebed64361be7a7194f53ee7ac6e946a1022904.tar.gz
Added missing DBUG_ENTER (bug in last push)
Diffstat (limited to 'sql/table.cc')
-rw-r--r--sql/table.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.cc b/sql/table.cc
index 0ea153fa1f2..cbc4342f123 100644
--- a/sql/table.cc
+++ b/sql/table.cc
@@ -2511,9 +2511,9 @@ bool st_table_list::prepare_security(THD *thd)
{
List_iterator_fast<TABLE_LIST> tb(*view_tables);
TABLE_LIST *tbl;
+ DBUG_ENTER("st_table_list::prepare_security");
#ifndef NO_EMBEDDED_ACCESS_CHECKS
Security_context *save_security_ctx= thd->security_ctx;
- DBUG_ENTER("st_table_list::prepare_security");
DBUG_ASSERT(!prelocking_placeholder);
if (prepare_view_securety_context(thd))