Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
Description
I use 0 for autocommit variable. I was surprised a bit to find that setting
SET global AUTOCOMMIT=0;
is valid only until service restart. Then I get default (1) value again. To make it persistent I wrote it into my.cfg/my.ini file. Now it works.
But I would like to ask possibility to set the variable usind "SET" command with some keyword to make it retentive.
Attachments
Issue Links
- duplicates
-
MDEV-19036 SET PERSIST
-
- Closed
-
- is part of
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Summary | System variables retentive setting | System variables retentive setting (a.k.a. SET PERSIST) |
Link |
This issue duplicates |
Labels | Compatibility |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Assignee | Oleksandr Byelkin [ sanja ] |
Fix Version/s | 10.5 [ 23123 ] |
Assignee | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] |
Fix Version/s | 10.5 [ 23123 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Assignee | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] |
Workflow | MariaDB v3 [ 87358 ] | MariaDB v4 [ 130830 ] |
Description |
I use 0 for autocommit variable. I was surprised a bit to find that setting
SET global AUTOCOMMIT=0; is valid only until service restart. Then I get default (1) value again. To make it persistent I wrote it into my.cfg/my.ini file. Now it works. But I would like to ask possibility to set the variable usind "SET" command with some keyword to make it retentive. |
I use 0 for autocommit variable. I was surprised a bit to find that setting SET global AUTOCOMMIT=0; is valid only until service restart. Then I get default (1) value again. To make it persistent I wrote it into my.cfg/my.ini file. Now it works. But I would like to ask possibility to set the variable usind "SET" command with some keyword to make it retentive. |
Link | This issue is part of MDEV-28906 [ MDEV-28906 ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Added Compatibility label, as MySQL 8.0 has SET PERSIST (and SET PERSIST_ONLY).