diff options
author | bell@sanja.is.com.ua <> | 2004-02-01 15:30:32 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-02-01 15:30:32 +0200 |
commit | 2a9cd37cd69e70dfbfe868b635bc21c8996d8fb7 (patch) | |
tree | 6695a3de384136658355d41c6bd8beba4f4f92ac /sql/sql_select.h | |
parent | 95fcfaf63c47fb7c1410877b827a5a666af46b0a (diff) | |
download | mariadb-git-2a9cd37cd69e70dfbfe868b635bc21c8996d8fb7.tar.gz |
now all tables of query are locked in one place (including derived tables)
fixed BUG#2120 and other problem with EXPLAINing derived tables
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 7cc71117914..aa1d7673176 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -427,7 +427,6 @@ public: bool cp_buffer_from_ref(TABLE_REF *ref); bool error_if_full_join(JOIN *join); -void relink_tables(SELECT_LEX *select_lex); int report_error(TABLE *table, int error); int safe_index_read(JOIN_TAB *tab); COND *eliminate_not_funcs(COND *cond); |