On Mon, 11 Jun 2012, Alessio Deiana wrote: > I am trying to load tabcreate.sql but I am getting this error: > > ERROR 1101 (42000) at line 2712: BLOB/TEXT column 'setDescription' > can't have a default value
Isn't this giving you warnings only? The statements pass well with default MySQL configuration for me. But maybe you have strict mode enabled, which effectively turns these warnings into errors. If so, then you can disable strict mode as a workaround. We should fix this properly though, since BLOB/TEXT cannot have default values indeed. This was already ticketised under: <http://invenio-software.org/ticket/905> Vangelis, did you have a chance to look at this? Best regards -- Tibor Simko
