diff options
author | Sergei Golubchik <serg@mariadb.org> | 2022-05-07 11:48:15 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2022-05-07 11:48:15 +0200 |
commit | 6f741eb6e4b88d17c48e43a48faf8e18ed5f33d8 (patch) | |
tree | 96ad1c019a99ed271f588471b710887aca42d297 /sql/sql_select.h | |
parent | 0db27eff27dba9a2bf12653a20e503e029397b9a (diff) | |
parent | a5dc12eefd4bea1c3f77d02c55d0d459b4ae0566 (diff) | |
download | mariadb-git-6f741eb6e4b88d17c48e43a48faf8e18ed5f33d8.tar.gz |
Merge branch '10.2' into 10.3
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 412efe53bfd..b37c62a4e51 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -2,7 +2,7 @@ #define SQL_SELECT_INCLUDED /* Copyright (c) 2000, 2013, Oracle and/or its affiliates. - Copyright (c) 2008, 2020, MariaDB Corporation. + Copyright (c) 2008, 2022, MariaDB Corporation. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -2473,4 +2473,6 @@ int create_sort_index(THD *thd, JOIN *join, JOIN_TAB *tab, Filesort *fsort); JOIN_TAB *first_explain_order_tab(JOIN* join); JOIN_TAB *next_explain_order_tab(JOIN* join, JOIN_TAB* tab); +bool is_eliminated_table(table_map eliminated_tables, TABLE_LIST *tbl); + #endif /* SQL_SELECT_INCLUDED */ |