[MDEV-7002] SET STATEMENT sql_log_off has no effect Created: 2014-11-01 Updated: 2015-03-16 Resolved: 2015-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | N/A |
| Fix Version/s: | 10.1.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Oleksandr Byelkin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Logging to file is also affected All the same in Percona server. |
| Comments |
| Comment by Oleksandr Byelkin [ 2014-11-05 ] |
|
The variable prohibited as a workaround. |
| Comment by Oleksandr Byelkin [ 2014-11-11 ] |
|
Here cause is that we write sqllog BEFORE parsing the query. |
| Comment by Oleksandr Byelkin [ 2015-03-16 ] |
|
As far as log written before parsing we can't change it parameters, so the variable will be just prohibited in SET STATEMENT. |