From 813c474eac6d8e8191c17cb013ed232d30d7a321 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 17 Jul 2009 17:50:28 +0000 Subject: [PATCH] Followup to r53408: change lengths of log_action and log_type too. Thanks to OverlordQ for spotting this. --- maintenance/tables.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index b2fcd86f49..b36ba2ddd2 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -1094,8 +1094,8 @@ CREATE TABLE /*_*/logging ( -- Symbolic keys for the general log type and the action type -- within the log. The output format will be controlled by the -- action field, but only the type controls categorization. - log_type varbinary(10) NOT NULL default '', - log_action varbinary(10) NOT NULL default '', + log_type varbinary(32) NOT NULL default '', + log_action varbinary(32) NOT NULL default '', -- Timestamp. Duh. log_timestamp binary(14) NOT NULL default '19700101000000', -- 2.20.1