Trevor McCasland 37fc3f5f38 Fix mysql db api
By default the multiline option for the db api was included in
PyMySql<0.8 but now that it is removed[1] we need to pass in the
multi=True argument to the cursor to maintain the same execution
behavior. Unfortunately, I wasn't sure on how to do that
so I modified the op.execute method to run the sql commands one
line at a time instead. It seems to work for the test cases.

[1]c0aa317940

Change-Id: If139f0941562b7a792d813b5e23a47eb92487304
Story: 2001420
2017-12-21 15:10:30 -06:00
..
2017-12-21 15:10:30 -06:00
2014-06-12 23:59:00 -04:00
2014-06-16 11:02:21 -04:00
2017-06-19 16:31:09 +09:00