db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / smatch_data / db / hash_string.schema
blob3183e6cf0c7373a01607cbcb23862cf4ccbed2f3
1 CREATE TABLE hash_string (
2         hash big int,
3         value varchar(80),
5         CONSTRAINT mtag_info_row UNIQUE (hash)
6 );