[midPoint-git] [Evolveum/midpoint] b80fa2: mysql-4.2-all.sql: fixed double-t typo in one tena...

virgo47 noreply at github.com
Mon Aug 31 11:37:04 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/Evolveum/midpoint
  Commit: b80fa2f33fe91d8c267abd8f0767fd82206d3ebe
      https://github.com/Evolveum/midpoint/commit/b80fa2f33fe91d8c267abd8f0767fd82206d3ebe
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M config/sql/mysql-4.2-all.sql

  Log Message:
  -----------
  mysql-4.2-all.sql: fixed double-t typo in one tenantRef_(t)targetType


  Commit: 04f8536ba8fec84044f739c2c18eb796c83baaf6
      https://github.com/Evolveum/midpoint/commit/04f8536ba8fec84044f739c2c18eb796c83baaf6
  Author: Richard Richter <richard.richter at evolveum.com>
  Date:   2020-08-31 (Mon, 31 Aug 2020)

  Changed paths:
    M repo/repo-sql-impl/src/main/java/com/evolveum/midpoint/repo/sql/SqlRepositoryConfiguration.java

  Log Message:
  -----------
  MID-6038: PG readonly transaction uses SET again, not START

The reason is, that switching autocommit off issues BEGIN automatically
before the first statement and START reported warning that the trn is in
progress already.
The solution is to use SET (as before), which is OK just after BEGIN.


Compare: https://github.com/Evolveum/midpoint/compare/3d96746c19e6...04f8536ba8fe


More information about the midPoint-svn mailing list