diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-02-18 14:17:28 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-02-18 14:17:28 +0300 |
commit | f93b0bbebb4a533bfdd1983017c4d0c4a25110e4 (patch) | |
tree | 1ca114cfc6ec0d89f10b030accde2b836fd4dc2b /sql/table.h | |
parent | 9482a2cf09c036efed5ad5e763705a23e2ef8ef0 (diff) | |
download | mariadb-git-f93b0bbebb4a533bfdd1983017c4d0c4a25110e4.tar.gz |
MWL#90: subquery optimizations
- Remove redundant changes againist 5.3-main
Diffstat (limited to 'sql/table.h')
-rw-r--r-- | sql/table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/table.h b/sql/table.h index b5d55ea7e50..4d72e94ee30 100644 --- a/sql/table.h +++ b/sql/table.h @@ -966,7 +966,7 @@ struct st_table { key_read= 1; file->extra(HA_EXTRA_KEYREAD); DBUG_VOID_RETURN; - } + } /* If TRUE, the table is filled at execution phase (and so, the optimizer should not do things like range analysis or constant table detection on |