summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index f43b0048d..09b3b8eaf 100644
--- a/update.php
+++ b/update.php
@@ -713,7 +713,7 @@ function update_create_cache_tables() {
INDEX expire (expire)
) /*!40100 DEFAULT CHARACTER SET UTF8 */ ");
$ret[] = update_sql("CREATE TABLE {cache_page} (
- cid varchar(255) NOT NULL default '',
+ cid varchar(255) BINARY NOT NULL default '',
data longblob,
expire int NOT NULL default '0',
created int NOT NULL default '0',