[progress Communities] [progress Openedge Abl] Forum Post: Re: Row Size Too Large (> 8126)

  • Thread starter Thread starter romain.pennes@foederis.fr
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top