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 - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -