[MDEV-23579] set transaction 's next tranasction only mode isn't obvservable in @@session.tx_read_only Created: 2020-08-25 Updated: 2020-09-25 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Documentation |
| Affects Version/s: | 10.1.47, 10.5.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Ian Gilfillan |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
|
| Comments |
| Comment by Daniel Black [ 2020-08-25 ] | |||||||||||||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2020-08-26 ] | |||||||||||||||||||||||||||||||||||||||
|
So it pulls the session tx_read_only, but not the "next transaction" status of read only. greenman does this need clarity https://mariadb.com/kb/en/set-transaction/ (Access Mode) | |||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2020-08-27 ] | |||||||||||||||||||||||||||||||||||||||
|
https://mariadb.com/kb/en/start-transaction/ `set transaction` as 3 modes, global, next transaction, and all subsequent in session. An assumption that without global, its session was made,where its only subsequent |