Skip to content

blocking_functions

Georg Richter edited this page Sep 17, 2018 · 3 revisions

Blocking functions

This is a list of all functions in the non-blocking client API and their parameters. Apart from operating in a non-blocking way, they all work exactly the same as their blocking counterparts, so their exact semantics can be obtained from the documentation of the normal client API.

  • [mysql_real_connect_start(),mysql_real_connect_cont()(mysql_real_connect_non_block) - establishes a connection to a MariaDB database server
Clone this wiki locally