summaryrefslogtreecommitdiff
path: root/src/mysql.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2015-10-17 11:08:12 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2015-10-17 11:08:12 -0400
commitfd90892fdc15fda4ac8bd4ce931b4b500ff92a1c (patch)
treed13cc9dbdc42b42664249cf31d3ec095820e9ea8 /src/mysql.sml
parentee354c938959d7ae904fafae99966c3d136070e1 (diff)
Switching to a more dynamic method of handling database reconnection, restarting transactions
Diffstat (limited to 'src/mysql.sml')
-rw-r--r--src/mysql.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.sml b/src/mysql.sml
index 13ea9fc2..057d73ff 100644
--- a/src/mysql.sml
+++ b/src/mysql.sml
@@ -1,4 +1,4 @@
-(* Copyright (c) 2009-2010, Adam Chlipala
+(* Copyright (c) 2009-2010, 2015, Adam Chlipala
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without