summaryrefslogtreecommitdiff
path: root/sql-bench/test-select.sh
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-11-03 21:33:11 +0200
committermonty@hundin.mysql.fi <>2001-11-03 21:33:11 +0200
commitccce9d031fa2305a8b108cc49c7a628e7279c8b8 (patch)
treea20ca6b4d7423d135752caf32d8b09358147421e /sql-bench/test-select.sh
parentabb7df2de126c96f6c8e7525f83a9fb1ac97f208 (diff)
downloadmariadb-git-ccce9d031fa2305a8b108cc49c7a628e7279c8b8.tar.gz
Added STDCALL to mysql_sever and mysql_thread variables
Merged error messages with 3.23.44 Fixed bug with DATA DIRECTORY on windows
Diffstat (limited to 'sql-bench/test-select.sh')
-rw-r--r--sql-bench/test-select.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-bench/test-select.sh b/sql-bench/test-select.sh
index 1ecad5804c5..eba2a7085d8 100644
--- a/sql-bench/test-select.sh
+++ b/sql-bench/test-select.sh
@@ -141,7 +141,7 @@ if ($limits->{'group_functions'})
$loop_time=new Benchmark;
for ($tests=0 ; $tests < $opt_loop_count ; $tests++)
{
- fetch_all_rows($dbh,"select sum(idn+$tests),sum(rev_idn-$tests) from bench1");
+ fetch_all_rows($dbh,"select sum(idn+100),sum(rev_idn-100) from bench1");
}
$end_time=new Benchmark;
print "Time for select_query_cache ($opt_loop_count): " .