index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-09-19 08:09:17 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-19 08:09:17 +0200 |
commit | 182fcd2fff70ac2aaed3b9a111e151f77acaff3e (patch) | |
tree | 388d429aab3b3a1893bc10fdf50ef577a9b776f2 | |
parent | c3102a56ef285aee187a7f4350db1fdea23e1e42 (diff) |
-rwxr-xr-x | lib/mysql-functions | 2 |
diff --git a/lib/mysql-functions b/lib/mysql-functions index 51ca894..be02e4b 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -788,7 +788,7 @@ mysql_find_build_assignment_loops() { "${tmp_file}" { printf 'DELETE FROM `build_dependency_loops`;\n' - printf 'LOAD DATA LOCAL INFILE "%s" INTO TABLE `build_assignments_loops` (`loop`,`build_assignment`);\n' \ + printf 'LOAD DATA LOCAL INFILE "%s" INTO TABLE `build_dependency_loops` (`loop`,`build_assignment`);\n' \ "${tmp_file}" } | \ mysql_run_query |