summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authormsvensson@pilot.mysql.com <>2007-02-14 14:44:34 +0100
committermsvensson@pilot.mysql.com <>2007-02-14 14:44:34 +0100
commit45fe5879f4e3130acbe112a200dd79db03707d16 (patch)
treef44f19f58dde92ae9260a654f9d2d1be4cd163f5 /sql/sql_class.h
parentd1a7949297a5475765c35566747c627abc15c4ac (diff)
downloadmariadb-git-45fe5879f4e3130acbe112a200dd79db03707d16.tar.gz
Bug#18628 mysql-test-run: security problem(part1)
- Implement --secure-file-priv=<dir> option that limits "load_file", "LOAD DATA" and "SELECT .. INTO OUTFILE" to work with files in specified dir. - Use above option for mysqld in mysql-test-run.pl
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 05034ebd573..1fe5ef54043 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1674,7 +1674,7 @@ public:
#define SYSTEM_THREAD_SLAVE_SQL 4
/*
- Used to hold information about file and file structure in exchainge
+ Used to hold information about file and file structure in exchange
via non-DB file (...INTO OUTFILE..., ...LOAD DATA...)
XXX: We never call destructor for objects of this class.
*/