Skip to content

Commit

Permalink
chore: support 'load data LOCAL infile ...' by default (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxiong authored May 23, 2024
1 parent e5198b9 commit c4b7fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jdbc:
useServerPrepStmts: "true"
alwaysSendSetIsolation: "false"
useLocalSessionState: "true"
allowLoadLocalInfile: "true"
zeroDateTimeBehavior: "CONVERT_TO_NULL"
failoverReadOnly: "false"
initialTimeout: 60
Expand Down

0 comments on commit c4b7fa8

Please sign in to comment.