1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/utils/NLT.schema
Andrew Lenharth e02c06e19c OK, the simple scheme for the db plus a couple of cgi scripts that
do the dynamic plotting of stuff.  Still being tested, but makes graphs

llvm-svn: 22152
2005-05-20 17:33:42 +00:00

8 lines
258 B
Plaintext

CREATE TABLE `Tests` (
`NAME` varchar(255) NOT NULL default '',
`RUN` date NOT NULL default '0000-00-00',
`TEST` varchar(32) NOT NULL default '',
`VALUE` double NOT NULL default '0',
KEY `name_index` (`NAME`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1