]> git.openstreetmap.org Git - nominatim.git/commitdiff
set import_status when indexing only
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 26 Jan 2019 14:01:39 +0000 (15:01 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 26 Jan 2019 14:01:39 +0000 (15:01 +0100)
Makes sure that things work as expected when running
`--import-osmosis --no-index` and `--index` separately.

Fixes #1284.

utils/update.php

index 3086a70b51933a5f08edefa7c7950f29ae748193..f4decdf1e8dd5930b20a0d64d0b457ae13220c0e 100644 (file)
@@ -305,6 +305,8 @@ if ($aResult['index']) {
     }
 
     runWithEnv($sCmd, $aProcEnv);
     }
 
     runWithEnv($sCmd, $aProcEnv);
+
+    $oDB->query('update import_status set indexed = true');
 }
 
 if ($aResult['update-address-levels']) {
 }
 
 if ($aResult['update-address-levels']) {