innodb and blobs
Posted by on
Are you planning on storing blobs in Innodb tables? If yes, think again. According to the manual , InnoDB stores the first 768 bytes of a VARBINARY, VARCHAR, BLOB, or ...Posted by on
Are you planning on storing blobs in Innodb tables? If yes, think again. According to the manual , InnoDB stores the first 768 bytes of a VARBINARY, VARCHAR, BLOB, or ...Posted by on
If you are a heavy user of MySQL, I think you will appreciate this list of saved bug searches . For example, check out "p1_bugs_in_5.1" or ...Posted by on
Thanks to Artem Russakovskii for this nice explanation of what Seconds_Behind_Master means In order to see if a slave is lagging, execute the 'show slave status' command ...