Merge lp:~hrvojem/percona-server/secure_file_priv_extended into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 270
Proposed branch: lp:~hrvojem/percona-server/secure_file_priv_extended
Merge into: lp:percona-server/5.5
Diff against target: 43 lines (+28/-0)
2 files modified
doc/source/index.rst (+1/-0)
doc/source/management/secure_file_priv_extended.rst (+27/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-server/secure_file_priv_extended
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+111386@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/index.rst'
2--- doc/source/index.rst 2012-06-14 14:15:09 +0000
3+++ doc/source/index.rst 2012-06-21 12:02:23 +0000
4@@ -123,6 +123,7 @@
5 management/innodb_fake_changes
6 management/innodb_kill_idle_trx
7 management/enforce_engine
8+ management/secure_file_priv_extended
9
10 Diagnostics Improvements
11 ========================
12
13=== added file 'doc/source/management/secure_file_priv_extended.rst'
14--- doc/source/management/secure_file_priv_extended.rst 1970-01-01 00:00:00 +0000
15+++ doc/source/management/secure_file_priv_extended.rst 2012-06-21 12:02:23 +0000
16@@ -0,0 +1,27 @@
17+.. _secure_file_priv_extended:
18+
19+=======================================================
20+Extending the :option:`secure-file-priv` server option
21+=======================================================
22+
23+|Percona Server| has extended :option:`secure-file-priv` server option. When used with no argument, the LOAD_FILE() function will always return NULL. The LOAD DATA INFILE and SELECT INTO OUTFILE statements will fail with the following error: "The MySQL server is running with the --secure-file-priv option so it cannot execute this statement". LOAD DATA LOCAL INFILE is not affected by the --secure-file-priv option and will still work when it's used without an argument.
24+
25+
26+Version Specific Information
27+============================
28+
29+ * :rn:`5.5.25-27.0`
30+ Variable :variable:`secure-file-priv` extended behavior implemented.
31+
32+System Variables
33+================
34+
35+.. variable:: secure-file-priv
36+
37+ :cli: No
38+ :conf: Yes
39+ :scope: Global
40+ :dyn: No
41+ :vartype: String
42+ :default: NULL
43+

Subscribers

People subscribed via source and target branches