summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-09-01 16:07:06 +0200
committerErich Eckner <git@eckner.net>2018-09-01 16:07:06 +0200
commit2c70dca9332451b04aca397ebe62b58041e9bc9d (patch)
treedc07b05d450ae3b897f7ca23ccf5ee2bc165e57e /lib
parenteab92b64672d6945fba1ad4ea56d5303a5abc46e (diff)
downloadbuilder-2c70dca9332451b04aca397ebe62b58041e9bc9d.tar.xz
lib/mysql-functions: cleanup TODO
Diffstat (limited to 'lib')
-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",