diff options
author | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-02-26 01:03:47 +0200 |
commit | 9a46698e1efe164ac17ce0ca82b8e8ed12892c09 (patch) | |
tree | c9b14451b3f66dc4b11dc35d49edd35f23787e07 /sql/table.h | |
parent | f4e1a2f292a03f4d9b5072365ef6e9ebac1cb595 (diff) | |
parent | 045ac4b84b783fd93edd45abdd63b87a04584987 (diff) | |
download | mariadb-git-9a46698e1efe164ac17ce0ca82b8e8ed12892c09.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index 1f7df0c6d64..33e2db98d5a 100644 --- a/sql/table.h +++ b/sql/table.h @@ -170,7 +170,6 @@ typedef struct st_table_list uint32 db_length, real_name_length; bool straight; /* optimize with prev table */ bool updating; /* for replicate-do/ignore table */ - bool do_redirect; /* To get the struct in UNION's */ bool force_index; /* Prefer index over table scan */ } TABLE_LIST; |