This file is indexed.

/usr/share/pegasus/sql/delete-my-rc.sql is in pegasus-wms 4.4.0+dfsg-7.

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
10
11
12
--
-- schema: org.griphyn.common.catalog.ReplicaCatalog
-- driver: MySQL 4.*
-- $Revision$
--
DROP INDEX ix_rc_attr ON rc_attr;
DROP INDEX ix_rc_lfn ON rc_lfn;

DROP TABLE rc_attr;
DROP TABLE rc_lfn;

DELETE FROM pegasus_schema WHERE name='JDBCRC';