This file is indexed.

/usr/share/mediawiki-extensions/math/db/math.db2.sql is in mediawiki-extensions-math 2:1.0+git20120528-8.

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
CREATE TABLE math (
  math_inputhash              VARCHAR(16) FOR BIT DATA     NOT NULL  UNIQUE,
  math_outputhash             VARCHAR(16) FOR BIT DATA     NOT NULL,
  math_html_conservativeness  SMALLINT  NOT NULL,
  math_html                   CLOB(64K) INLINE LENGTH 4096,
  math_mathml                 CLOB(64K) INLINE LENGTH 4096
);