summaryrefslogtreecommitdiff
path: root/src/mysql.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.sml')
-rw-r--r--src/mysql.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mysql.sml b/src/mysql.sml
index 1a641d57..999a9ea3 100644
--- a/src/mysql.sml
+++ b/src/mysql.sml
@@ -389,6 +389,8 @@ fun init {dbstring, prepared = ss, tables, views, sequences} =
newline,
string "uw_Estrings = 0;",
newline,
+ string "uw_sql_type_annotations = 0;",
+ newline,
string "uw_sqlsuffixString = \"\";",
newline,
string "uw_sqlsuffixChar = \"\";",