From 5426959c49c3eeb40f6aac7595d91b867b4e4417 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 1 Apr 2010 17:21:16 -0400 Subject: Relational operators portability --- src/mysql.sml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mysql.sml') diff --git a/src/mysql.sml b/src/mysql.sml index b894bfac..fa49ced3 100644 --- a/src/mysql.sml +++ b/src/mysql.sml @@ -1544,6 +1544,8 @@ val () = addDbms {name = "mysql", sqlPrefix = "SET storage_engine=InnoDB;\n\n", supportsOctetLength = true, trueString = "TRUE", - falseString = "FALSE"} + falseString = "FALSE", + onlyUnion = true, + nestedRelops = false} end -- cgit v1.2.3