Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046499
D409.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jun 28, 7:34 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Jun 29, 7:34 PM (1 h, 58 m)
Engine
blob
Format
Raw Data
Handle
676536
Attached To
D409: INP-1806 - Display output of executed MySQL commands during build script execution
D409.id.diff
View Options
Index: branches/5.2.x/tools/build/targets/db.xml
===================================================================
--- branches/5.2.x/tools/build/targets/db.xml
+++ branches/5.2.x/tools/build/targets/db.xml
@@ -72,7 +72,7 @@
<transaction src="${db.file}"/>
</pdosqlexec>-->
- <exec executable="mysql" checkreturn="true">
+ <exec executable="mysql" checkreturn="true" passthru="true">
<arg value="--host=${db.host}"/>
<arg value="--user=${db.user}"/>
<arg value="--password=${db.password}"/>
@@ -88,7 +88,7 @@
<if>
<isfalse value="${skip-db}"/>
<then>
- <exec executable="mysql" checkreturn="true">
+ <exec executable="mysql" checkreturn="true" passthru="true">
<arg value="--host=${db.host}"/>
<arg value="--user=${db.user}"/>
<arg value="--password=${db.password}"/>
@@ -98,7 +98,7 @@
</exec>
</then>
<else>
- <exec executable="mysql" checkreturn="true">
+ <exec executable="mysql" checkreturn="true" passthru="true">
<arg value="--host=${db.host}"/>
<arg value="--user=${db.user}"/>
<arg value="--password=${db.password}"/>
Event Timeline
Log In to Comment