summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <andrey@example.com>2006-11-02 13:59:44 +0100
committerunknown <andrey@example.com>2006-11-02 13:59:44 +0100
commit2dac6ffdfef0dc4ee307f21006f11ce44d29d1d2 (patch)
tree202050f2356ccbf5823be0184372ddabc3d974a8 /sql/sql_lex.h
parent74a15e2f8e73ec23c69d667e7c36b03822ba3fb4 (diff)
parent63030d767c98ff0bd57cddfe610b9bbe9ca06a63 (diff)
downloadmariadb-git-2dac6ffdfef0dc4ee307f21006f11ce44d29d1d2.tar.gz
Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into example.com:/work/mysql-5.1-runtime-bug22830-new sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index ee6e500ef76..7e09675cb0a 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1203,6 +1203,8 @@ typedef struct st_lex : public Query_tables_list
void reset_n_backup_query_tables_list(Query_tables_list *backup);
void restore_backup_query_tables_list(Query_tables_list *backup);
+
+ bool table_or_sp_used();
} LEX;
struct st_lex_local: public st_lex