[xwiki-users] Help needed on XWIKI-2339
Hi, I just had the problem describe in XWIKI-2339. Now, it is not clear which column of which table I have to modify. Would it be possible to have an example of SQL query to alter the column for MySQL ? It would be nice to have this info in the jira issue and/or in the faq. Thanks, Nico
Hi, I found this on http://jira.xwiki.org/jira/browse/XE-131 : ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT LONGBLOB NOT NULL; ALTER TABLE xwikiattachment_archive CHANGE XWA_ARCHIVE XWA_ARCHIVE LONGBLOB NOT NULL; Jerome.
Hi,
I just had the problem describe in XWIKI-2339. Now, it is not clear which column of which table I have to modify.
Would it be possible to have an example of SQL query to alter the column for MySQL ? It would be nice to have this info in the jira issue and/or in the faq.
Thanks, Nico _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Yes, that's supposed to fix the issue. I guess XE-131 was wrongly closed. Jerome Velociter wrote:
Hi,
I found this on http://jira.xwiki.org/jira/browse/XE-131 :
ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT LONGBLOB NOT NULL; ALTER TABLE xwikiattachment_archive CHANGE XWA_ARCHIVE XWA_ARCHIVE LONGBLOB NOT NULL;
Jerome.
Hi,
I just had the problem describe in XWIKI-2339. Now, it is not clear which column of which table I have to modify.
Would it be possible to have an example of SQL query to alter the column for MySQL ? It would be nice to have this info in the jira issue and/or in the faq.
Thanks, Nico
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Thanks Jerome, that worked fine. I have added a comment on XWIKI-2339 but may be it deserve a faq entry ? Nico Sergiu Dumitriu wrote:
Yes, that's supposed to fix the issue. I guess XE-131 was wrongly closed.
Jerome Velociter wrote:
Hi,
I found this on http://jira.xwiki.org/jira/browse/XE-131 :
ALTER TABLE xwikiattachment_content CHANGE XWA_CONTENT XWA_CONTENT LONGBLOB NOT NULL; ALTER TABLE xwikiattachment_archive CHANGE XWA_ARCHIVE XWA_ARCHIVE LONGBLOB NOT NULL;
Jerome.
Hi,
I just had the problem describe in XWIKI-2339. Now, it is not clear which column of which table I have to modify.
Would it be possible to have an example of SQL query to alter the column for MySQL ? It would be nice to have this info in the jira issue and/or in the faq.
Thanks, Nico
participants (3)
-
Jerome Velociter -
Nicolas Rodriguez -
Sergiu Dumitriu