-
Notifications
You must be signed in to change notification settings - Fork 256
api
Georg Richter edited this page Jul 3, 2022
·
1 revision
- mariadb_cancel() - Immediately aborts a connection
- mariadb_get_infov() - retrieves generic or connection related information
- mariadb_reconnect() - Reconnects to a server
- mysql_affected_rows() - Returns the number of rows affected by the last operation
- mysql_autocommit() - Toggles autocommit
- mysql_change_user() - Changes user and database
- mysql_errno() - returns the last error code for the most recent function call
- mysql_error() - returns the last error message for the most recent function call
MariaDB Connector/C Reference