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 84a181a commit 2d93aa7Copy full SHA for 2d93aa7
Sources/PerfectMySQL/MySQL.swift
@@ -259,7 +259,7 @@ public final class MySQL {
259
return b
260
}
261
262
- /// Sets connect options after connect()
+ /// Sets server option (must be set after connect() is called)
263
@discardableResult
264
public func setServerOption(_ option: MySQLServerOpt) -> Bool {
265
return mysql_set_server_option(mysqlPtr, exposedOptionToMySQLServerOption(option)) == 0
0 commit comments