Change Global isolation level in google clould SQL
Asked Answered
H

2

6

I need to change the isolation level in the google cloud SQL , I searched a lot , but could not find it any where When i did

SET GLOBAL TRANSACTION ISOLATION LEVEL READ COMMITTED

It gets changed , but only for that session and not for global , ie all other subsequent are not changed.

Thanks

Heidy answered 23/4, 2013 at 8:28 Comment(2)
Yeah -can't believe this is not part of the MySQL flags in the config.Klausenburg
Same here - any hint where we can vote for this?Coating
H
1

The ISOLATION LEVEL is reset every time an instance warms up . so the only option now is to set it every time you create a connection

Heidy answered 16/10, 2013 at 11:41 Comment(1)
This answer is outdatedAzal
N
2

Just a note that it can be done now

enter image description here

its also listed on their docs

Newsman answered 21/4, 2023 at 18:20 Comment(0)
H
1

The ISOLATION LEVEL is reset every time an instance warms up . so the only option now is to set it every time you create a connection

Heidy answered 16/10, 2013 at 11:41 Comment(1)
This answer is outdatedAzal

© 2022 - 2025 — McMap. All rights reserved.