migrate/fix-catalog-product-relatio...

5 lines
266 B
Sed

# Fix catalog_product_relation: InnoDB does not support ROW_FORMAT=FIXED (errno 140).
# Use: sed -f fix-catalog-product-relation.sed dump.sql > dump-fixed.sql
# Or in-place: sed -i -f fix-catalog-product-relation.sed dump.sql
s/ROW_FORMAT=FIXED/ROW_FORMAT=DYNAMIC/g