diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-25 12:13:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-07-25 12:13:39 +0200 |
commit | e88ee0b91d795f3c3061c41e53e39c2b30707798 (patch) | |
tree | e5f6e183db178c4e00a62c8682721db190e76059 /mysql/makefile | |
parent | fa31e7c6a729a5e9772bfd775d19501996652f30 (diff) |
Add support for defining indexes
New db pragma qualifier: index. New tests: common/index, mysql/index,
pgsql/index.
Diffstat (limited to 'mysql/makefile')
-rw-r--r-- | mysql/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql/makefile b/mysql/makefile index b3fc74f..ccd0087 100644 --- a/mysql/makefile +++ b/mysql/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ custom \ +index \ native \ truncation \ types |