List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:January 30 2009 1:13pm
Subject:bzr commit into mysql-falcon branch (hky:351)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/ based on revid:hky@stripped

  351 Hakan Kuecuekyilmaz	2009-01-30
      Fixed engine names.
modified:
  sysbench/run.sh

=== modified file 'sysbench/run.sh'
--- a/sysbench/run.sh	2009-01-30 12:59:46 +0000
+++ b/sysbench/run.sh	2009-01-30 13:13:14 +0000
@@ -85,7 +85,9 @@ BUILD_LOG="${WORK}/weekly_sysbench_build
 STACKTRACE='This could be because you hit a bug'
 PREFIX="${HOME}/${HOSTNAME}/sysbench/sysbench/tests/db"
 SYSBENCH_TESTS="delete.lua insert.lua oltp_complex_ro.lua oltp_complex_rw.lua oltp_simple.lua select.lua update_index.lua update_non_index.lua"
-ENGINES="Falcon InnoDB"
+# Storage engine names should be in upper case for proper
+# configuration detection.
+ENGINES="FALCON INNODB"
 CONCURRENCIES="8 16 32 64 128"
 RUN_TIME=900
 

Thread
bzr commit into mysql-falcon branch (hky:351)Hakan Kuecuekyilmaz30 Jan