summaryrefslogtreecommitdiff
path: root/sql/table.h
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2002-07-16 22:42:53 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2002-07-16 22:42:53 +0300
commit63a49b788669b23da48029774e931621aae2dc51 (patch)
tree8fa6fc981a60b75665f74a13c3d13ecc0068a8f5 /sql/table.h
parentf0403106ac78118049c02a0e5863f979054bfbd2 (diff)
downloadmariadb-git-63a49b788669b23da48029774e931621aae2dc51.tar.gz
Just making commit in order to stop getting erors.
Will do a push when it starts working ..
Diffstat (limited to 'sql/table.h')
-rw-r--r--sql/table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/table.h b/sql/table.h
index 63b7a9bc2f7..229d41a2df7 100644
--- a/sql/table.h
+++ b/sql/table.h
@@ -151,6 +151,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 */
+ bool do_redirect; /* To get the struct in UNION's */
} TABLE_LIST;