This file is indexed.

/usr/share/pyshared/threadedcomments/sql/threadedcomment.mysql.sql is in python-django-threadedcomments 0.9.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
CREATE INDEX `threadedcomments_comment_tree_path` ON `threadedcomments_comment` (`tree_path`(255));