diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-09-20 22:12:48 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-09-24 15:12:34 +0200 |
commit | a2bafbabe2c1335bd411daf85dde8908e55dab62 (patch) | |
tree | a7a08b9a3701d2f9aa23957a3bc5f7d58167b85d /sql/sql_do.cc | |
parent | 15b8a772ccd39bad6d391f7e49733730e0eefae0 (diff) | |
download | mariadb-git-a2bafbabe2c1335bd411daf85dde8908e55dab62.tar.gz |
Make first_value and last_value computation efficient
With clever use of partition bounds, we only need to add one row to the
items at a time. This way we remove the need to "reset" the item and run
through the full partition again.
Diffstat (limited to 'sql/sql_do.cc')
0 files changed, 0 insertions, 0 deletions