This file is indexed.

/usr/lib/tcltk/rivet2.2/packages/session/session-drop.sql is in libapache2-mod-rivet 2.2.4-1.

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

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
--
-- Drop session management SQL tables
--
-- $Id: session-drop.sql 265358 2004-01-05 21:08:26Z karl $
--
--

drop table rivet_session_cache;
drop table rivet_session;