summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-11-21 22:25:53 +0200
committermonty@mashka.mysql.fi <>2002-11-21 22:25:53 +0200
commit806294c573604707054c70ea5c22c61d949bf2c0 (patch)
tree54ccfe80d1405cb4325209020ea3c34d86a60770 /sql/sql_lex.h
parentdac6498f9b5b28d94473baf46c6e6f174943728d (diff)
downloadmariadb-git-806294c573604707054c70ea5c22c61d949bf2c0.tar.gz
Fixes after merge with 4.0
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 9f8e3200246..dd41af4b250 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -239,7 +239,7 @@ public:
thr_lock_type flags= TL_UNLOCK,
List<String> *use_index= 0,
List<String> *ignore_index= 0);
-
+ virtual void set_lock_for_tables(thr_lock_type lock_type) {}
void mark_as_dependent(st_select_lex *last);
private:
void fast_exclude();
@@ -364,6 +364,7 @@ public:
thr_lock_type flags= TL_UNLOCK,
List<String> *use_index= 0,
List<String> *ignore_index= 0);
+ void set_lock_for_tables(thr_lock_type lock_type);
inline void init_order()
{
order_list.elements= 0;