sr-scripts 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/sr-start-slave +1 -1
- data/lib/sr-scripts/version.rb +1 -1
- metadata +2 -2
data/bin/sr-start-slave
CHANGED
|
@@ -153,5 +153,5 @@ connection.tags.create(:resource_id => current_instance.id, :key => "mysql_disks
|
|
|
153
153
|
connection.tags.create(:resource_id => current_instance.id, :key => "master_alias", :value => current_master.tags["master_alias"])
|
|
154
154
|
connection.tags.create(:resource_id => current_instance.id, :key => "master_status", :value => "slave")
|
|
155
155
|
|
|
156
|
-
p `mysql -e "SHOW SLAVE STATUS
|
|
156
|
+
p `mysql -e "SHOW SLAVE STATUS\\G"`
|
|
157
157
|
puts "SERVER COMPLETED SETUP"
|
data/lib/sr-scripts/version.rb
CHANGED