Commit b874b54b authored by unknown's avatar unknown

Added ROLLUP/CUBE to 4.1 todo list.

parent a6981f7c
...@@ -3734,6 +3734,9 @@ SELECT a.col1, b.col2 ...@@ -3734,6 +3734,9 @@ SELECT a.col1, b.col2
This could be done by automatically creating temporary tables for the This could be done by automatically creating temporary tables for the
derived tables for the duration of the query. derived tables for the duration of the query.
@item @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. 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 To do this, we need to update the threads record cache when we update
the @file{.MYD} file. the @file{.MYD} file.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment