diff src/mysql.sml @ 890:034eeb099564

Blobs tested in MySQL and SQLite
author Adam Chlipala <adamc@hcoop.net>
date Sat, 18 Jul 2009 10:27:32 -0400
parents bcad392e288e
children 6a284a3519ba
line wrap: on
line diff
--- a/src/mysql.sml	Fri Jul 17 18:13:02 2009 -0400
+++ b/src/mysql.sml	Sat Jul 18 10:27:32 2009 -0400
@@ -1506,6 +1506,7 @@
                   textKeysNeedLengths = true,
                   supportsNextval = false,
                   supportsNestedPrepared = false,
-                  sqlPrefix = "SET storage_engine=InnoDB;\n\n"}
+                  sqlPrefix = "SET storage_engine=InnoDB;\n\n",
+                  supportsOctetLength = true}
 
 end