R
romain.pennes@foederis.fr
Guest
Hello, Thank you for your answer. This is in adequation with what I thougt. We are using MySQL 5.5.25 right now. Do you think we can avoid the issue without having to upgrade MySQL? How can we change innodb file format is at tablespace level? Aren't the folowing request enough? - SET GLOBAL innodb_file_format = barracuda; - SET GLOBAL innodb_file_format_max = barracuda; - ALTER TABLE rb_obj_data ROW_FORMAT=DYNAMIC; Why am I getting "Row size too large (> 8126)" when doing the last request? (Alter table), after having changed to barracuda?
Continue reading...
Continue reading...