aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseData.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2016-06-26 02:37:22 +0200
committerMax <post@wickenrode.com>2016-06-26 02:37:22 +0200
commitbede490a2595a2f7495e8b757c02314f8ded4bcf (patch)
tree7deac4b665ff7c3a1117e9932ab2159b4289ce87 /Source/SPDatabaseData.h
parent197f50bee91a63b00907813bb9647523041da9e7 (diff)
downloadsequelpro-bede490a2595a2f7495e8b757c02314f8ded4bcf.tar.gz
sequelpro-bede490a2595a2f7495e8b757c02314f8ded4bcf.tar.bz2
sequelpro-bede490a2595a2f7495e8b757c02314f8ded4bcf.zip
woops, forgot a file
Diffstat (limited to 'Source/SPDatabaseData.h')
-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;
}
/**