mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as...
authorMatthew Wild <mwild1@gmail.com>
Thu, 2 Jun 2011 01:30:26 +0000 (02:30 +0100)
committerMatthew Wild <mwild1@gmail.com>
Thu, 2 Jun 2011 01:30:26 +0000 (02:30 +0100)
commit67b9e1cb209dd96e916fcb9c3e7c0afa5f05225e
tree69cf24e5ea5da5426b9de8f8cb63cb2708ffe49a
parent11090febb1c7a8a887f6ad14f122d43b0654024f
mod_storage_sql: Switch to MEDIUMTEXT for the 'value' column when using MySQL, as it imposes a 64K limit otherwise, potentially truncating data. Automatically upgrades existing tables.
plugins/mod_storage_sql.lua