[CP] [secure_file_priv]limit dumpfile
This commit is contained in:
parent
251666af5f
commit
f6c40db8ee
@ -116,7 +116,7 @@ int ObSelectIntoOp::inner_open()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (OB_SUCC(ret)
|
if (OB_SUCC(ret)
|
||||||
&& T_INTO_OUTFILE == into_type
|
&& (T_INTO_OUTFILE == into_type || T_INTO_DUMPFILE == into_type)
|
||||||
&& IntoFileLocation::SERVER_DISK == file_location_) {
|
&& IntoFileLocation::SERVER_DISK == file_location_) {
|
||||||
ObString file_name = url_;
|
ObString file_name = url_;
|
||||||
ObString file_path = file_name.split_on(file_name.reverse_find('/'));
|
ObString file_path = file_name.split_on(file_name.reverse_find('/'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user