diff options
author | ram@mysql.r18.ru <> | 2003-02-26 19:23:11 +0400 |
---|---|---|
committer | ram@mysql.r18.ru <> | 2003-02-26 19:23:11 +0400 |
commit | 368347685d8d7133fec10b0d0719ef066be5a899 (patch) | |
tree | dc2dc0d975a191c52bdf40ae8e82b0ae8256c7cc /sql/table.h | |
parent | bde2b51f54b3b8ad597095a2a92e8ea5fcb5b091 (diff) | |
parent | d698b5bf1907b931b93968eabc2d03e94ffbc3d8 (diff) | |
download | mariadb-git-368347685d8d7133fec10b0d0719ef066be5a899.tar.gz |
Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1
into mysql.r18.ru:/usr/home/ram/work/mysql-4.1
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; |