summaryrefslogtreecommitdiff
path: root/lib/mysql-functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mysql-functions')
-rwxr-xr-xlib/mysql-functions7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions
index b9489a6..b6db097 100755
--- a/lib/mysql-functions
+++ b/lib/mysql-functions
@@ -342,13 +342,6 @@ mysql_generate_package_metadata() {
done
done
- # TODO: This should become multiple mysql queries:
- # 1st inserting install_targets
- # 2nd inserting binary_packages (and binary_packages_in_repositories)
- # 3rd,4th inserting dependencies and install_target_providers
- # The links between the above should _solely_ be made by the ids of
- # the respective rows.
-
# TODO: Data should be loaded by "LOAD DATA LOCAL INFILE ...". This
# has two advantages: 1st, we separate data from the commands
# (aesthetic), 2nd, we can prepare/check the data to load "offline",