GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
mariadb_cancel(3) MariaDB Connector/C mariadb_cancel(3)

mariadb_cancel - Immediately aborts a connection


#include <mysql.h>
int mariadb_cancel(MYSQL * mysql);

    

Immediately aborts a connection by making all subsequent read/write operations fail. mariadb_cancel() does not invalidate memory used for mysql structure, nor close any communication channels. To free the memory, mysql_close(3) must be called. mariadb_cancel() is useful to break long queries in situations where sending KILL is not possible.

mysql - mysql handle, which was previously allocated by mysql_init(3) and connected by mysql_real_connect(3).

Returns zero on success or a non-zero value on error.

mariadb_cancel() was added in Connector/C 3.0
Version 3.2.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.