aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPDatabaseData.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPDatabaseData.h b/Source/SPDatabaseData.h
index cdc44fa3..1726191b 100644
--- a/Source/SPDatabaseData.h
+++ b/Source/SPDatabaseData.h
@@ -56,7 +56,9 @@
NSMutableDictionary *cachedCollationsByEncoding;
SPMySQLConnection *connection;
- SPServerSupport *serverSupport;
+ SPServerSupport *serverSupport;
+
+ NSObject *charsetCollationLock;
}
/**