Commit 58753daf authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use LONGBLOB instead of LONGTEXT because collation is not required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27073 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ead2e51
......@@ -69,7 +69,7 @@ class SQLCache(BaseCache):
cache_expire_check_interval = 3600
create_table_sql = '''CREATE TABLE %s(cache_id VARBINARY(970) NOT NULL,
value LONGTEXT,
value LONGBLOB,
scope VARBINARY(20),
stored_at INT,
cache_duration INT DEFAULT 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment