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ò 3d49fb5864
Fix 2 memory leaks in libmariadbclient #2623
6 years ago
..
CMakeLists.txt.patch Build libmariaclient with debug 6 years ago
COPYING.LIB first commit 12 years ago
README first commit 12 years ago
ma_alloc.c.patch Improve memory usage for large resultset in PS 7 years ago
ma_charset.c.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
ma_password.c.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
ma_pvio.c.patch Fix async call for SSL backend. 8 years ago
ma_secure.c.patch Apply patch from CONC-190 #700 10 years ago
mariadb-connector-c-2.3.1-src.tar.gz Upgrading MariaDB Connector C to 2.3.1 10 years ago
mariadb-connector-c-3.0.2-src.tar.gz Added mariadb-connector-c-3.0.2-src 8 years ago
mariadb-connector-c-3.0.9-src.tar.gz Prepare for MariaDB Connector C 3.0.9 7 years ago
mariadb-connector-c-3.1.4-src.tar.gz Enable mariadb-connector-c-3.1.4 7 years ago
mariadb_async.c.patch Apply patches to mariadb_connector_c_3.0.2 #1126 8 years ago
mariadb_client Upgrade to MariaDB Connector 3.1.4 7 years ago
mariadb_com.h.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
mariadb_lib.c.patch Fix 2 memory leaks in libmariadbclient #2623 6 years ago
mariadb_stmt.c.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
mysql.h.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
net.c.patch Should fix bug #459 10 years ago
password.c.patch Use hash password in mysql_users 10 years ago
plugin_auth_CMakeLists.txt.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
unittest_basic-t.c.patch Apply patches to mariadb_connector_c_3.0.2 #1126 8 years ago
unittest_charset.c.patch Upgrade to MariaDB Connector 3.1.4 7 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