xref
: /
illumos-gate
/
usr
/
src
/
tools
/
smatch
/
src
/
smatch_data
/
db
/
mtag_alias.schema
(revision 1f5207b7604fb44407eb4342aff613f7c4508508)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
CREATE TABLE mtag_alias (orig big int, new big int);
2