Skip to content

sql: format sql commands instead of relying on execute_many

Mark Janes requested to merge majanes/mesa_ci:mysql into master

Profiling showed that more than half of all import time was due to inefficient string formatting in execute_many.

Merge request reports