Mercurial > urweb
comparison src/mysql.sml @ 1777:59b07fdae1ff
Partitioning and ordering for window functions
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 02 Jun 2012 16:47:09 -0400 |
parents | ac141fbb313a |
children | 690638bd9fef |
comparison
equal
deleted
inserted
replaced
1776:8f28c3295148 | 1777:59b07fdae1ff |
---|---|
1552 sqlPrefix = "SET storage_engine=InnoDB;\n\n", | 1552 sqlPrefix = "SET storage_engine=InnoDB;\n\n", |
1553 supportsOctetLength = true, | 1553 supportsOctetLength = true, |
1554 trueString = "TRUE", | 1554 trueString = "TRUE", |
1555 falseString = "FALSE", | 1555 falseString = "FALSE", |
1556 onlyUnion = true, | 1556 onlyUnion = true, |
1557 nestedRelops = false} | 1557 nestedRelops = false, |
1558 windowFunctions = false} | |
1558 | 1559 |
1559 end | 1560 end |