mysql_query: correctly reflect changed status in replace statements (#193)

* mysql_query: correctly reflect changed status in replace statements.

* Fix the wrong indent.
This commit is contained in:
Tong He 2021-07-28 03:18:00 -04:00 committed by GitHub
commit 9055bb4c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 1 deletions

View file

@ -7,6 +7,7 @@ test_db: testdb
test_table1: test1
test_table2: test2
test_table3: test3
test_table4: test4
test_script_path: /tmp/test.sql
user_name_1: 'db_user1'