mysql - Summary - Entries from September 2008

mysql - 3 Topics from September, 2008

innodb and blobs

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 ...

mysql bugs

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 ...

precise explanation of Seconds_Behind_Master value

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 ...