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
aa078691
Commit
aa078691
authored
Oct 27, 2000
by
monty@tik.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed bug with ORDER BY on BDB tables.
New benchmarks tests
parent
99f5d9bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sql-bench/test-select.sh
sql-bench/test-select.sh
+1
-1
No files found.
sql-bench/test-select.sh
View file @
aa078691
...
...
@@ -278,7 +278,7 @@ if ($limits->{'group_functions'})
$rows
=
0
;
for
(
$i
=
0
;
$i
<
$opt_medium_loop_count
;
$i
++
)
{
fetch_all_rows
(
$dbh
,
"select grp,count(*) from bench1 group by grp"
)
;
$rows
+
=
fetch_all_rows
(
$dbh
,
"select grp,count(*) from bench1 group by grp"
)
;
}
$end_time
=
new Benchmark
;
print
"Time for count_group_on_key_parts (
$i
:
$rows
): "
.
...
...
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