If autocommit is true either:
- The database connection will be switched to not use transactions - so any change will be executed immediately.
- The DBI drivers will call commit after each successful statement
See
Database Handle Attributes in the DBI documentation.