(Baron Schwartz) Houston, we have a problem. Google search for “What is innodb history list length?” and you get a bunch of nonsense mixed in with correct information, and it’s hard to tell which information is right. Let’s fix this.
Tag: Open Source
Inserting large rows in MySQL and MariaDB
(Daniel van Eeden) As the maximum storage size for a LONGBLOB in MySQL is 4GB and the maximum max_allowed_packet size is 1GB I was wondering how it is possible to use the full LONGBLOB.
Inserting large rows in MySQL and MariaDB
(Daniel van Eeden) As the maximum storage size for a LONGBLOB in MySQL is 4GB and the maximum max_allowed_packet size is 1GB I was wondering how it is possible to use the full LONGBLOB.
MYSQL Sandbox 3.0.55 and new Github replication scripts
(Giuseppe Maxia) Both MySQL and MariaDB have been busy, each introducing new features, sometimes creating the same feature, often with different syntax.
MYSQL Sandbox 3.0.55 and new Github replication scripts
(Giuseppe Maxia) Both MySQL and MariaDB have been busy, each introducing new features, sometimes creating the same feature, often with different syntax.
Replication Defaults in MySQL-5.7.7
(Sujatha Sivakumar) As part of the release of MySQL-5.7.7, based on community feedback, improvements have been made with respect to replication defaults, which will make MySQL replication safer and easier to use.
Replication Defaults in MySQL-5.7.7
(Sujatha Sivakumar) As part of the release of MySQL-5.7.7, based on community feedback, improvements have been made with respect to replication defaults, which will make MySQL replication safer and easier to use.
Using MySQL Sandbox for Upgrade Testing
(Ike Walker) Recently I tested several different MySQL upgrade scenarios for the blog posts I wrote about the temporal format upgrade. This required me to create a bunch of tables with datetime/timestamp/time columns in MySQL 5.5 and then physically copy those tables to a MySQL 5.6 or 5.7 database.
Using MySQL Sandbox for Upgrade Testing
(Ike Walker) Recently I tested several different MySQL upgrade scenarios for the blog posts I wrote about the temporal format upgrade. This required me to create a bunch of tables with datetime/timestamp/time columns in MySQL 5.5 and then physically copy those tables to a MySQL 5.6 or 5.7 database.
Bypassing SST in Percona XtraDB Cluster with binary logs
(Jay Janssen) In my previous post, I used incremental backups in Percona XtraBackup as a method for rebuilding a Percona XtraDB Cluster (PXC) node without triggering an actual SST. Practically this reproduces the SST steps, but it can be handy if you already had backups available to use.
