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

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

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