Merge lp:~hingo/mariadb-tools/hingo into lp:mariadb-tools

Proposed by Henrik Ingo
Status: Merged
Approved by: Hakan Küçükyılmaz
Approved revision: 54
Merged at revision: 53
Proposed branch: lp:~hingo/mariadb-tools/hingo
Merge into: lp:mariadb-tools
Diff against target: 31 lines (+3/-3)
2 files modified
sysbench/run-sysbench-myisam.sh (+1/-1)
sysbench/run-sysbench.sh (+2/-2)
To merge this branch: bzr merge lp:~hingo/mariadb-tools/hingo
Reviewer Review Type Date Requested Status
Hakan Küçükyılmaz Approve
Review via email: mp+38814@code.launchpad.net

Description of the change

Hi Hakan

I fixed an error message in run-sysbench*.sh as it was confusing me.

To post a comment you must log in.
Revision history for this message
Hakan Küçükyılmaz (hakan-askmonty) wrote :

Hi Henrik,

thanks for your fixes.

Revision history for this message
Hakan Küçükyılmaz (hakan-askmonty) wrote :

All changes are OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'sysbench/run-sysbench-myisam.sh'
--- sysbench/run-sysbench-myisam.sh 2010-04-12 23:28:32 +0000
+++ sysbench/run-sysbench-myisam.sh 2010-10-19 09:19:43 +0000
@@ -57,7 +57,7 @@
57# Read system dependent settings.57# Read system dependent settings.
58#58#
59if [ ! -f conf/${HOSTNAME}.inc ]; then59if [ ! -f conf/${HOSTNAME}.inc ]; then
60 echo "[ERROR]: Could not find config file: conf/${HOSTNAME}.conf."60 echo "[ERROR]: Could not find config file: conf/${HOSTNAME}.inc."
61 echo " Please create one."61 echo " Please create one."
62 62
63 exit 163 exit 1
6464
=== modified file 'sysbench/run-sysbench.sh'
--- sysbench/run-sysbench.sh 2010-04-12 23:28:32 +0000
+++ sysbench/run-sysbench.sh 2010-10-19 09:19:43 +0000
@@ -1,4 +1,4 @@
1#!/bin/bash1/#!/bin/bash
2#2#
3# Run sysbench tests with MariaDB and MySQL3# Run sysbench tests with MariaDB and MySQL
4#4#
@@ -45,7 +45,7 @@
45# Read system dependent settings.45# Read system dependent settings.
46#46#
47if [ ! -f conf/${HOSTNAME}.inc ]; then47if [ ! -f conf/${HOSTNAME}.inc ]; then
48 echo "[ERROR]: Could not find config file: conf/${HOSTNAME}.conf."48 echo "[ERROR]: Could not find config file: conf/${HOSTNAME}.inc."
49 echo " Please create one."49 echo " Please create one."
50 50
51 exit 151 exit 1

Subscribers

People subscribed via source and target branches