moodle-mod_hvp icon indicating copy to clipboard operation
moodle-mod_hvp copied to clipboard

Error in DB log Cannot add field `owner`

Open kirildevlion opened this issue 3 years ago • 2 comments

Hi, sometime we got error in DB log: InnoDB: Cannot add field owner in table moodle.hvp_libraries_hub_cache because after adding it, the row size is 8469 which is greater than maximum allowed size (8126 bytes) What it can be? Thanks!

kirildevlion avatar May 05 '21 11:05 kirildevlion

Hi, which database are you using ? When are you seeing this error ? I suggest looking up the error message for your database, should be possible to solve by changing database config.

thomasmars avatar May 05 '21 12:05 thomasmars

Thanks for the fast answer.

Maria db 10.5.8 innodb_strict_mode=On innodb_default_row_format=dynamic

kirildevlion avatar May 05 '21 13:05 kirildevlion