[tracker/domain-specific-indexes-review] squash with prev



commit 339450f1bf0ea63709a1ce374431dc75d311a32a
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Jul 6 15:43:46 2010 +0200

    squash with prev

 src/libtracker-data/tracker-data-manager.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/libtracker-data/tracker-data-manager.c b/src/libtracker-data/tracker-data-manager.c
index 0120a4c..176579c 100644
--- a/src/libtracker-data/tracker-data-manager.c
+++ b/src/libtracker-data/tracker-data-manager.c
@@ -870,6 +870,11 @@ check_for_deleted_domain_index (TrackerClass *class)
 		for (i = 0; i < n_props; i++) {
 			if (tracker_property_get_domain (properties[i]) == class &&
 			    !tracker_property_get_multiple_values (properties[i])) {
+
+				/* These aren't domain-indexes, but it's just a flag for the
+				 * functionality that'll recreate the table to know that the
+				 * property must be involved in the recreation and copy */
+
 				tracker_property_set_is_new_domain_index (properties[i], TRUE);
 			}
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]