Commit 97a62ca4 authored by arjen@fred.bitbike.com's avatar arjen@fred.bitbike.com
Browse files

Added ROLLUP/CUBE to 4.1 todo list.

parent c070c8e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3734,6 +3734,9 @@ SELECT a.col1, b.col2
This could be done by automatically creating temporary tables for the
derived tables for the duration of the query.
@item
@code{ROLLUP} and @code{CUBE} OLAP (Online Analytical Processing) grouping
options for data warehousing applications.
@item
Allow @code{DELETE} on @code{MyISAM} tables to use the record cache.
To do this, we need to update the threads record cache when we update
the @file{.MYD} file.