summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2002-10-04 14:15:59 +0300
committerbell@sanja.is.com.ua <>2002-10-04 14:15:59 +0300
commit199f667c1904048b9aa0d91e5a7c8bb67bd57199 (patch)
treec7e9f63a5d35171d649cbd11f951d58a8f953720 /sql/table.h
parent61488a7b989470e01bf5f0d7b3949561d1578b3b (diff)
parent2883c3a8cc39446567b8177e1d1a14a3c05d9144 (diff)
downloadmariadb-git-199f667c1904048b9aa0d91e5a7c8bb67bd57199.tar.gz
merging
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index b9ebeda160a..d09194442c8 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -128,6 +128,9 @@ struct st_table {
uint temp_pool_slot;
+ /* number of select if it is derived table */
+ uint derived_select_number;
+
THD *in_use; /* Which thread uses this */
struct st_table *next,*prev;
};