Merge lp:~kalebral-deactivatedaccount/drizzle-automation/drizzled-start-options-protocol into lp:drizzle-automation

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

Description of the change

Changes needed to start drizzled with the recent protocol updates from Eric

To post a comment you must log in.
Revision history for this message
Jay Pipes (jaypipes) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf'
2--- drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2010-03-09 02:31:09 +0000
3+++ drizzle/automation/config/sysbench/innodb_1000K_readonly.cnf 2010-03-16 18:41:17 +0000
4@@ -56,3 +56,4 @@
5 drizzle-table-engine= innodb
6 oltp-read-only= on
7 oltp-table-size= 1000000
8+drizzle-mysql= on
9
10=== modified file 'drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf'
11--- drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2010-03-09 02:31:09 +0000
12+++ drizzle/automation/config/sysbench/innodb_1000K_readwrite.cnf 2010-03-16 18:41:17 +0000
13@@ -56,3 +56,4 @@
14 drizzle-table-engine= innodb
15 oltp-read-only= off
16 oltp-table-size= 1000000
17+drizzle-mysql= on
18
19=== modified file 'drizzle/automation/server/drizzled.py'
20--- drizzle/automation/server/drizzled.py 2009-11-15 20:09:36 +0000
21+++ drizzle/automation/server/drizzled.py 2010-03-16 18:41:17 +0000
22@@ -81,7 +81,7 @@
23 start_cmd= self._profiler.getStartCmdPrefix() + " "
24 else:
25 start_cmd= ""
26- start_cmd= start_cmd + "%s --drizzle-protocol-port=%d --mysql-protocol-port=%d --basedir=%s --datadir=%s %s > error.log 2>&1 &" % (os.path.join(self._basedir, "drizzled", "drizzled")
27+ start_cmd= start_cmd + "%s --mysql-protocol-port=%d --drizzle-protocol-port=%d --basedir=%s --datadir=%s %s > error.log 2>&1 &" % (os.path.join(self._basedir, "drizzled", "drizzled")
28 , self._port
29 , self._port+1
30 , self._basedir

Subscribers

People subscribed via source and target branches

to all changes: