Commit e2488e4
committed
Always set the CLIENT_LOCAL_FILES flag. Fixes #853
If the AllowLoadLocalInfile=True connection string option is specified, then always pass the CLIENT_LOCAL_FILES flag to the server, regardless of whether it was set in the initial handshake packet.
This works around a problem where the Azure Database for MySQL/MariaDB proxy may not specify that flag, but the backend server supports it.1 parent fb363b5 commit e2488e4
File tree
1 file changed
+1
-1
lines changed- src/MySqlConnector/Protocol/Payloads
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments