Comment 5 for bug 1534660

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to osops-tools-generic (master)

Reviewed: https://review.openstack.org/334176
Committed: https://git.openstack.org/cgit/openstack/osops-tools-generic/commit/?id=df055acc61c82c1ddc9e55da7f840be15a993ff2
Submitter: Jenkins
Branch: master

commit df055acc61c82c1ddc9e55da7f840be15a993ff2
Author: Simon Leinen <email address hidden>
Date: Sat Jun 25 16:31:05 2016 +0200

    Avoid passing backslashes in SQL snippets

    In order to fix bug #1534660, change 269530 splits many overly long
    lines in Bash scripts using backslash continuations. But in some
    cases, these backslashes were inserted within command arguments that
    are interpreted as SQL expressions, where they cause syntax errors.

    This changes splits the corresponding lines differently, so that the
    backslashes are no longer passed in SQL expressions.

    Change-Id: I4a8940b6fe9ce8563315cd0cc9a9529a02f8cdb8
    Closes-Bug: 1596193
    Related-Bug: 1534660