Upgrade Antelope to Barracuda on Slaveinnodb_file_format BarracudaIs there a system wide way to change...

Learning to quickly identify valid fingering for piano?

Where is the fallacy here?

Bond discounting conventions

Giving a talk in my old university, how prominently should I tell students my salary?

Rationale to prefer local variables over instance variables?

Why aren't there more gauls like Obelix?

How can friction do no work in case of pure rolling?

How will Occam's Razor principle work in Machine learning

I can't die. Who am I?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

Why would the IRS ask for birth certificates or even audit a small tax return?

What in the blazes does "rhumatis" mean?

How do you write a macro that takes arguments containing paragraphs?

How can I be pwned if I'm not registered on the compromised site?

The orphan's family

“I had a flat in the centre of town, but I didn’t like living there, so …”

Commonest[] function doesn't actually show commonest elements

Can a Tiny Servant be used as a messenger?

Create chunks from an array

Why is there an extra space when I type "ls" on the Desktop?

Split a number into equal parts given the number of parts

How to chmod files that have a specific set of permissions

Faulty RAID1 disk now shows as foreign

What can I do if someone tampers with my SSH public key?



Upgrade Antelope to Barracuda on Slave


innodb_file_format BarracudaIs there a system wide way to change MariaDB to create tables using ROW_FORMAT = DYNAMICMySQL: Row size too large (> 8126)how many 'text' column a table could have in mysql? I have this error “Row size too large (> 8126).”MySql replication from 5.1 master to 5.6 slave keep crashingRow size too large (> 8126)Amazon AWS RDS Aurora Row size too large (VB5)What's the risk of keeping a table with row size > 8126 in MySQL 5.7?Row size too large (> 8126)Meaning of 'In current row format, BLOB prefix of 768 bytes is stored inline.'













0















I received a Last_Errno: 1118,




Last_Error: Error 'Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.' on query.




I then compared my master and slave and have found the innodb_file_format and innodb_file_format_max on my master are barracuda but antelope on my slaves.



I think the barracuda increase noted here, https://dev.mysql.com/doc/refman/5.6/en/innodb-file-format.html, explains this:




index key prefixes up to 3072 bytes




explains the issue so now how can I safely upgrade the file format of my slaves?










share|improve this question



























    0















    I received a Last_Errno: 1118,




    Last_Error: Error 'Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.' on query.




    I then compared my master and slave and have found the innodb_file_format and innodb_file_format_max on my master are barracuda but antelope on my slaves.



    I think the barracuda increase noted here, https://dev.mysql.com/doc/refman/5.6/en/innodb-file-format.html, explains this:




    index key prefixes up to 3072 bytes




    explains the issue so now how can I safely upgrade the file format of my slaves?










    share|improve this question

























      0












      0








      0








      I received a Last_Errno: 1118,




      Last_Error: Error 'Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.' on query.




      I then compared my master and slave and have found the innodb_file_format and innodb_file_format_max on my master are barracuda but antelope on my slaves.



      I think the barracuda increase noted here, https://dev.mysql.com/doc/refman/5.6/en/innodb-file-format.html, explains this:




      index key prefixes up to 3072 bytes




      explains the issue so now how can I safely upgrade the file format of my slaves?










      share|improve this question














      I received a Last_Errno: 1118,




      Last_Error: Error 'Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline.' on query.




      I then compared my master and slave and have found the innodb_file_format and innodb_file_format_max on my master are barracuda but antelope on my slaves.



      I think the barracuda increase noted here, https://dev.mysql.com/doc/refman/5.6/en/innodb-file-format.html, explains this:




      index key prefixes up to 3072 bytes




      explains the issue so now how can I safely upgrade the file format of my slaves?







      mysql innodb mysql-5.6 master-slave-replication antelope






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 20 mins ago









      user3783243user3783243

      1217




      1217






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "182"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f231584%2fupgrade-antelope-to-barracuda-on-slave%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f231584%2fupgrade-antelope-to-barracuda-on-slave%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Armoriale delle famiglie italiane (Car) Indice Armi | Bibliografia | Menu di navigazioneBlasone...

          Why does this relation fail symmetry and transitivity properties?Properties of Relations. Reflexive,...

          why typing a variable (or expression) prints the value to stdout?Calling a function of a module by using its...