summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-04-01 13:02:29 +0300
committerunknown <bell@sanja.is.com.ua>2005-04-01 13:02:29 +0300
commit8af8c530404c63ea9ded5fe5e89b1255cee5c91c (patch)
treee76b7cb6fc7a1b94e97279a599ad81923224a0c7 /sql/sql_lex.h
parentec6ce01565bbb1a56b342a2dd4607869c0d93278 (diff)
parentdaddf263e5b347dd4ce763674c6c3b37af2d0803 (diff)
downloadmariadb-git-8af8c530404c63ea9ded5fe5e89b1255cee5c91c.tar.gz
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-multi-5.0 mysql-test/r/view.result: Auto merged sql/sql_derived.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_select.cc: Auto merged
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 2391c0b7ef9..8aba3be7607 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -443,7 +443,6 @@ public:
inline void unclean() { cleaned= 0; }
void reinit_exec_mechanism();
- bool check_updateable(char *db, char *table);
void print(String *str);
ulong init_prepare_fake_select_lex(THD *thd);
@@ -526,6 +525,8 @@ public:
bool first_cond_optimization;
/* do not wrap view fields with Item_ref */
bool no_wrap_view_item;
+ /* exclude this select from check of unique_table() */
+ bool exclude_from_table_unique_test;
/*
SELECT for SELECT command st_select_lex. Used to privent scaning
@@ -616,8 +617,6 @@ public:
init_select();
}
bool setup_ref_array(THD *thd, uint order_group_num);
- bool check_updateable(char *db, char *table);
- bool check_updateable_in_subqueries(char *db, char *table);
void print(THD *thd, String *str);
static void print_order(String *str, ORDER *order);
void print_limit(THD *thd, String *str);