Skip to content
  • Jean-Philippe Gaudreau's avatar
    Bug 1514273: Increase to longtext col holding serialized data · 4f400da4
    Jean-Philippe Gaudreau authored and Robert Lyon's avatar Robert Lyon committed
    In MySQL, the default "text" column size is 65kB. Because this column
    can hold the serialized text from several other columns, it needs to
    be larger than that. Setting it to "big" generates a "longtext", which
    is 4GB.
    
    This change has no effect in Postgres. Postgres has only one text
    size (unlimited). The XMLDB generator is smart enough that it
    recognizes this and doesn't run any SQL in this case.
    
    behatnotneeded: Changes on database columns types only.
    
    Change-Id: I2b72e840676cb7345561ef81d51846509bc04049
    4f400da4