From 4347819b7dc00b1bee19c754b32a0828aa6f50df Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Jan 2011 11:21:02 +0200 Subject: Add support for native SQL statement execution New test: mysql/native. New manual section: 3.9, "Executing Native SQL Statements". --- mysql/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql/makefile') 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 -- cgit v1.1