diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2014-08-27 23:31:27 +0400 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2014-08-27 23:31:27 +0400 |
commit | f8f8a59c189254baeb7f90920b6b23da227984e8 (patch) | |
tree | deb606fa5d6d256393d64bb335e0c11afb5fe244 /sql/table.h | |
parent | f1a1683309899e484c0c0d38933530dcd5012c75 (diff) | |
download | mariadb-git-f8f8a59c189254baeb7f90920b6b23da227984e8.tar.gz |
Forgot one file in previous commit
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 b57e9c7227d..bbe4b181339 100644 --- a/sql/table.h +++ b/sql/table.h @@ -1113,6 +1113,7 @@ public: and max #key parts that range access would use. */ ha_rows quick_rows[MAX_KEY]; + double quick_costs[MAX_KEY]; /* Bitmaps of key parts that =const for the duration of join execution. If |