From 7dfafb60062fc150f71bba694810cd8d328efd00 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 17 Sep 2010 20:06:37 +0000 Subject: New add index sheet, which includes: - The ability to easily index multiple columns - The ability to specify the storage type (HASH or BTREE) that should be used when available and permitted - The ability to specify a length prefix when indexing a specific column (required on TEXT columns) Requires lots of testing. --- Source/SPFileHandle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPFileHandle.m') diff --git a/Source/SPFileHandle.m b/Source/SPFileHandle.m index 7e856c2a..ff583ddc 100644 --- a/Source/SPFileHandle.m +++ b/Source/SPFileHandle.m @@ -420,7 +420,7 @@ pthread_mutex_unlock(&bufferLock); // Write out the data - long bufferLengthWrittenOut; + long bufferLengthWrittenOut = 0; if (useCompression) { switch (compressionFormat) -- cgit v1.2.3