Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
151e3e43
Commit
151e3e43
authored
Jul 20, 2002
by
Sinisa@sinisa.nasamreza.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small changes
parent
2e8fb546
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
Docs/manual.texi
Docs/manual.texi
+13
-13
sql/sql_olap.cc
sql/sql_olap.cc
+1
-1
No files found.
Docs/manual.texi
View file @
151e3e43
...
...
@@ -49698,7 +49698,7 @@ Fixed a bug that made the pager option in the mysql client non-functional.
@item
Added OLAP functionality.
Arjen , please add the following text somewhere appropriate in the
@c
Arjen , please add the following text somewhere appropriate in the
text above:
-------------------------------------------------------------------------
...
...
@@ -49792,20 +49792,20 @@ sales group by product, country, year with cube;
| Computer | ALL | 2000 | 4200 |
| TV | ALL | 1999 | 250 |
| TV | ALL | 2000 | 350 |
| Calculator | India |
ALL
| 75 |
| Calculator | United States |
ALL
| 200 |
| Computer | India |
ALL
| 2400 |
| Computer | United States |
ALL
| 4500 |
| TV | India |
ALL
| 300 |
| TV | United States |
ALL
| 300 |
| Calculator | India |
0
| 75 |
| Calculator | United States |
0
| 200 |
| Computer | India |
0
| 2400 |
| Computer | United States |
0
| 4500 |
| TV | India |
0
| 300 |
| TV | United States |
0
| 300 |
| ALL | ALL | 1999 | 3000 |
| ALL | ALL | 2000 | 4775 |
| ALL | India |
ALL
| 2775 |
| ALL | United States |
ALL
| 5000 |
| Calculator | ALL |
ALL
| 275 |
| Computer | ALL |
ALL
| 6900 |
| TV | ALL |
ALL
| 600 |
| ALL | ALL |
ALL
| 7775 |
| ALL | India |
0
| 2775 |
| ALL | United States |
0
| 5000 |
| Calculator | ALL |
0
| 275 |
| Computer | ALL |
0
| 6900 |
| TV | ALL |
0
| 600 |
| ALL | ALL |
0
| 7775 |
+------------+---------------+------+-------------+
35 rows in set (0.00 sec)
sql/sql_olap.cc
View file @
151e3e43
...
...
@@ -15,7 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
/* OLAP implementation by Sinisa Milivojevic <sinisa@mysql.com*/
/* OLAP implementation by Sinisa Milivojevic <sinisa@mysql.com
>
*/
#ifdef __GNUC__
#pragma implementation // gcc: Class implementation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment