You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/mariadb-client-library
René Cannaò 66e148c10b
Reverting second fix for https://mariadb.atlassian.net/browse/CONC-131
11 years ago
..
COPYING.LIB first commit 12 years ago
README first commit 12 years ago
libmariadb.c.patch Reverting second fix for https://mariadb.atlassian.net/browse/CONC-131 11 years ago
mariadb-connector-c-2.1.0-src.tar.gz Complex commit, never do it again! 11 years ago
mariadb_client Complex commit, never do it again! 11 years ago
mysql.h.patch Handling mysql_select_db() and mysql_set_character_set() for backends using non blocking API 11 years ago

README

This is LGPL MariaDB client library that can be used to connect to MySQL

or MariaDB.

This code is based on the LGPL libmysql client library from MySQL 3.23
and PHP's mysqlnd extension.

This product includes PHP software, freely available from
<http://www.php.net/software/>

The following are the main known limitations:

- double to string conversion for prepared statements
doesn't work correctly
- support for dynamic columns is not integrated yet
- Asynchronus interface is not integrated yet

If you want to be part of this development effort, you can discuss this at
maria-developers@lists.launchpad.org.

If you are interested in sponsoring this effort, you can contact us at
sales@askmonty.org

The MariaDB team