From 858481a426ea3873440c3bed30eb563f8cf3480e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 2 Jun 2012 16:47:09 -0400 Subject: Partitioning and ordering for window functions --- src/mysql.sml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mysql.sml') diff --git a/src/mysql.sml b/src/mysql.sml index 780f5148..1a641d57 100644 --- a/src/mysql.sml +++ b/src/mysql.sml @@ -1554,6 +1554,7 @@ val () = addDbms {name = "mysql", trueString = "TRUE", falseString = "FALSE", onlyUnion = true, - nestedRelops = false} + nestedRelops = false, + windowFunctions = false} end -- cgit v1.2.3