Comments - Using the Non-blocking Library

11 years, 1 month ago Sylvain Rochette

I have downloaded the mariadb-native-client source but I cannot find any mysql*_conc/mysql_real_connect_start functions also cannot find the non-blocking API if its exists!!

Where are located? I am working to make a new C++ lib that embed all mysql call "mariadb++" but the only thing missing is concurency...

Thank you, nice article!

 
11 years, 1 month ago Kristian Nielsen

I think "mariadb-native-client" means the alternate client library which is LGPL-licensed. I have not been involved with this library, but from what you write it sounds like it has not been updated to include the non-blocking feature.

If you use the client library provided in the main MariaDB source tree, you should find the non-blocking API you are looking for.

 
11 years, 1 month ago Sylvain Rochette

ok I believe I find the latest version or mariadb-native-client (https://launchpad.net/mariadb-native-client/trunk) but I am not sure if the non-blocking feature are included in it, i will see.

 
11 years, 1 month ago Daniel Bartholomew

The native client is available for download here:

https://downloads.mariadb.org/client-native/1.0.0/

 
11 years, 1 month ago Sylvain Rochette

Thank you for your reply!

Can you point the link? MariaDB links are too messy I cannot find anything... The only thing I have found are the mariadb-native-client which I based my work with.

So i have done concurrency using that with thread for now until I find the other source :)

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.