repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Alphabetize the list of function parameters.
[llvm.git]
/
utils
/
NLT.schema
blob
4bcddbc9f7f659ce77df7076a2b09b91d5922af1
1
CREATE TABLE `Tests` (
2
`NAME` varchar(255) NOT NULL default '',
3
`RUN` date NOT NULL default '0000-00-00',
4
`TEST` varchar(32) NOT NULL default '',
5
`VALUE` double NOT NULL default '0',
6
KEY `name_index` (`NAME`)
7
) ENGINE=MyISAM DEFAULT CHARSET=latin1
8