diff options
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index e7e22b0107d..7b5aa49b9aa 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -411,3 +411,4 @@ 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); |