At file:///Users/hakan/work/monty_program/mariadb-tools/ ------------------------------------------------------------ revno: 22 revision-id: hakan@askmonty.org-20100309150622-0cpj0wxp3oxsuhep parent: hakan@askmonty.org-20100309142133-07u5qhnsa74is32n committer: Hakan Kuecuekyilmaz <hakan@askmonty.org> branch nick: mariadb-tools timestamp: Tue 2010-03-09 16:06:22 +0100 message: Cannot set both --rand-init and --rand-seed === modified file 'sysbench/run-sysbench-myisam.sh' --- a/sysbench/run-sysbench-myisam.sh 2010-03-09 14:21:33 +0000 +++ b/sysbench/run-sysbench-myisam.sh 2010-03-09 15:06:22 +0000 @@ -105,7 +105,6 @@ --mysql-user=root \ --mysql-engine-trx=no \ --myisam-max-rows=50000000 \ - --rand-init=on \ --rand-seed=303" # Timeout in seconds for waiting for mysqld to start. === modified file 'sysbench/run-sysbench.sh' --- a/sysbench/run-sysbench.sh 2010-03-09 14:04:29 +0000 +++ b/sysbench/run-sysbench.sh 2010-03-09 15:06:22 +0000 @@ -111,7 +111,6 @@ --mysql-table-engine=InnoDB \ --mysql-user=root \ --mysql-engine-trx=yes \ - --rand-init=on \ --rand-seed=303" # Timeout in seconds for waiting for mysqld to start.