mysql - mysqldump --single-transaction -


i'm testing --single-transaction (st) on test server backups of mariadb server. started dump cmd st option , on parallel terminals ran 2 create table, 2 delete table ,1 insert statements test result. result :

  1. insert statement successful in original db , dump.
  2. 2 create table statements not successful.available in database not in dump file.
  3. 1 delete successful in database , dump 1 delete not successful in database records in dump.

as per manual consistent backup i'm not suppose use create,alter,delete,rename,truncate statements. wanted decide go st or no? goal consistent backup doing exercise. in advance...!


Comments

Popular posts from this blog

php - How to register a post type and taxonomy in WordPress and display in a page/single post -

database - How many Observations in SAS Sample Data Output -

emulation - Android map show my location didn't work -