diff options
author | Sinisa@sinisa.nasamreza.org <> | 2002-03-26 15:06:05 +0200 |
---|---|---|
committer | Sinisa@sinisa.nasamreza.org <> | 2002-03-26 15:06:05 +0200 |
commit | 22d4f87e6984bd086217147ec8afb1ab6a8059ae (patch) | |
tree | f9a11c1a04e8ec893c0d1b6512219306a0f965d8 /sql/table.h | |
parent | 8a7cd0e4dfd9c85614cecf6f438167c5ad538767 (diff) | |
download | mariadb-git-22d4f87e6984bd086217147ec8afb1ab6a8059ae.tar.gz |
Derived tables !
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h index 259c34030b2..211a8ea816e 100644 --- a/sql/table.h +++ b/sql/table.h @@ -147,6 +147,7 @@ typedef struct st_table_list { bool straight; /* optimize with prev table */ bool updating; /* for replicate-do/ignore table */ bool shared; /* Used twice in union */ + void *derived; } TABLE_LIST; typedef struct st_open_table_list |