Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
mysql_select_db_start() and mysql_select_db_cont() are nowhere declared. Only the blocking call is declared:
$ find . -name "*.h" | xargs grep mysql_select_db
|
./mariadb-connector-c-2.1.0-src/include/mysql.h:int STDCALL mysql_select_db(MYSQL *mysql, const char *db);
|