Dominik Klein wrote: > Hi everyone > > I'm wondering about the "--single-transaction" option on mysqldump. > Documentation says > --- > This option issues a BEGIN SQL statement before dumping data from the > server. ... > --- > So does this include the entire dump in one transaction? Or is it one > transaction per database (or even table?)? > > I could not find an answer to this in the documentation.