Merge lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files into lp:drizzle-automation

Proposed by Lee Bieber
Status: Merged
Merged at revision: not available
Proposed branch: lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files
Merge into: lp:drizzle-automation
Diff against target: 43 lines (+4/-4)
2 files modified
drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf (+3/-3)
drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf (+1/-1)
To merge this branch: bzr merge lp:~kalebral-deactivatedaccount/drizzle-automation/update-sysbench-config-files
Reviewer Review Type Date Requested Status
Jay Pipes Approve
Review via email: mp+20937@code.launchpad.net

Description of the change

updating sysbench config files for innodb to be consistent with what is currently being run on our sysbench machine drizzle-x4450

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) :
review: Approve
142. By Jay Pipes <jpipes@serialcoder>

Merge Lee's updates to sysbench configs.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf'
--- drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2009-06-12 22:40:53 +0000
+++ drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2010-03-09 02:35:42 +0000
@@ -3,7 +3,7 @@
3# Options provided directly to the drizzled server3# Options provided directly to the drizzled server
4# when the server is started.4# when the server is started.
55
6innodb_buffer_pool_size= 128M6innodb_buffer_pool_size= 256M
7innodb_log_file_size= 64M7innodb_log_file_size= 64M
8innodb_log_buffer_size= 8M8innodb_log_buffer_size= 8M
9innodb_thread_concurrency= 09innodb_thread_concurrency= 0
@@ -16,7 +16,7 @@
16# Options provided directly to the mysqld server16# Options provided directly to the mysqld server
17# when the server is started.17# when the server is started.
1818
19innodb_buffer_pool_size= 128M19innodb_buffer_pool_size= 256M
20innodb_log_file_size= 64M20innodb_log_file_size= 64M
21innodb_log_buffer_size= 8M21innodb_log_buffer_size= 8M
22innodb_thread_concurrency= 022innodb_thread_concurrency= 0
@@ -49,7 +49,7 @@
4949
50# Options given to the sysbench program on every iteration50# Options given to the sysbench program on every iteration
5151
52max-time= 6052max-time= 240
53max-requests= 0 53max-requests= 0
54test= oltp 54test= oltp
55db-ps-mode= disable 55db-ps-mode= disable
5656
=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf'
--- drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2009-06-12 22:40:53 +0000
+++ drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2010-03-09 02:35:42 +0000
@@ -49,7 +49,7 @@
4949
50# Options given to the sysbench program on every iteration50# Options given to the sysbench program on every iteration
5151
52max-time= 6052max-time= 240
53max-requests= 0 53max-requests= 0
54test= oltp 54test= oltp
55db-ps-mode= disable 55db-ps-mode= disable

Subscribers

People subscribed via source and target branches

to all changes: