summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2023-01-15 11:05:26 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2023-01-15 11:05:26 +0200
commit1b671ae3137944ac3e93e83edd744ac9cacb732f (patch)
treedcbaca23b5feef89aa2f1ce9c1e1b0bc0c8fb058 /sql/sql_select.h
parent3386b309756adba6b9633ad18c4e0575c7304cfe (diff)
parent179c2833721292a918280b7d114d94d81020105b (diff)
downloadmariadb-git-bb-10.6-merge-galera.tar.gz
Merge 10.5 into 10.6bb-10.6-merge-galera
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index ba38cdade55..15d841dfd6a 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -1254,6 +1254,8 @@ public:
table_map outer_join;
/* Bitmap of tables used in the select list items */
table_map select_list_used_tables;
+ /* Tables that has HA_NON_COMPARABLE_ROWID (does not support rowid) set */
+ table_map not_usable_rowid_map;
ha_rows send_records,found_records,join_examined_rows, accepted_rows;
/*