We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b516b3 commit 26f650cCopy full SHA for 26f650c
infile.go
@@ -28,7 +28,7 @@ func init() {
28
}
29
30
// RegisterLocalFile adds the given file to the file whitelist,
31
-// so that it can be used by "LOAD DATA LOCAL INFILE <filepath".
+// so that it can be used by "LOAD DATA LOCAL INFILE <filepath>".
32
// Alternatively you can allow the use of all local files with
33
// the DSN parameter 'allowAllFiles=true'
34
func RegisterLocalFile(filepath string) {
0 commit comments