MySQL employed the mechanism of nested transactions to provide the "all or nothing" guarantee for SQL statements that the standard requires. MySQL would create a nested transaction at the start of each SQL statement, and destroy (commit or abort) the nested transaction at statement end. MySQL people internally called such a nested transaction a "statement transaction". And that's what gave birth to the term "statement transaction".nested

相关文章:

  • 2021-12-07
  • 2021-06-11
  • 2021-11-30
  • 2021-08-21
  • 2021-05-15
  • 2021-11-13
  • 2021-12-08
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案