diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-18 11:21:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-18 11:24:16 +0200 |
commit | 4347819b7dc00b1bee19c754b32a0828aa6f50df (patch) | |
tree | 373ab0088552e419d99527fea76d23f29e5dbbea /mysql/makefile | |
parent | 0c03d09050f35951b677ac30aa54ea3bc7be8e05 (diff) |
Add support for native SQL statement execution
New test: mysql/native. New manual section: 3.9, "Executing Native SQL
Statements".
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 c5af184..05400dc 100644 --- a/mysql/makefile +++ b/mysql/makefile @@ -7,6 +7,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make tests := \ template \ +native \ truncation \ types |