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ò fdb8dfb152
Build system: Darwin-specific fixes and strict platform parity
3 months ago
..
COPYING.LIB first commit 12 years ago
README first commit 12 years ago
UPGRADE_NOTES.md Added note related to upgrading mariadb client library 4 years ago
bool_keyword.patch fix new compiler issue in mariadb-client 7 months ago
client_deprecate_eof.patch Updated client_deprecate_eof.patch 2 years ago
cmakelists.txt.patch removed treat warning as error flag 2 years ago
cr_new_stmt_metadata_removal.patch Fixed compilation error 2 years ago
empty_split_compress_packet.patch Updated empty_split_compress_packet.patch 2 years ago
ma_alloc.c.patch Updated ma_alloc.c.patch 2 years ago
ma_array.c-multiplication-overflow.patch Updated ma_array.c-multiplication-overflow.patch 2 years ago
ma_charset.c.patch Few fixes 2 years ago
ma_context.h.patch Updated ma_context.h.patch 2 years ago
ma_password.c.patch Updated ma_password.c.patch 2 years ago
ma_priv.h.patch Replaced [[maybe_unused]] with __attribute__((unused)) 2 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-3.3.8-src.tar.gz Added mariadb-connector-c-3.3.8 2 years ago
mariadb_asan.patch Updated mariadb_asan.patch 2 years ago
mariadb_async.c.patch Updated mariadb_async.c.patch 2 years ago
mariadb_client Updated mariadb_client link 2 years ago
mariadb_com.h.patch Updated mariadb_com.h.patch 2 years ago
mariadb_dyncol.c-multiplication-overflow.patch Updated mariadb_dyncol.c-multiplication-overflow.patch 2 years ago
mariadb_lib.c.collation.patch Updated mariadb_lib.c.collation.patch 2 years ago
mariadb_lib.c.ipv6_fix.patch Updated mariadb_lib.c.ipv6_fix.patch 2 years ago
mariadb_lib.c.metadata_column_check.patch Crash fix: Add integrity check for 'column-count' packet to 'libmariadbclient' 1 year ago
mariadb_lib.c.patch Replaced [[maybe_unused]] with __attribute__((unused)) 2 years ago
mariadb_rpl.patch Updated mariadb_rpl.patch 2 years ago
mariadb_stmt.c.patch Updated mariadb_stmt.c.patch 2 years ago
mariadb_stmt_store_result_err.patch Updated mariadb_stmt_store_result_err.patch 2 years ago
mysql.h.patch Updated mysql.h.patch 2 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 Updated plugin_auth_CMakeLists.txt patch 2 years ago
ps_buffer_stmt_read_all_rows.patch Updated ps_buffer_stmt_read_all_rows.patch 2 years ago
sslkeylogfile.patch Updated sslkeylogfile.patch 2 years ago
unittest_basic-t.c.patch Updated unittest_basic-t.c.patch 2 years ago
unittest_charset.c.patch Updated unittest_charset.c.patch 2 years ago
x509cache.patch Allows compile on centos7 and ubuntu16 2 years ago
zutil.c-multiplication-overflow.patch Updated zutil.c-multiplication-overflow.patch 2 years ago
zutil.c.patch Build system: Darwin-specific fixes and strict platform parity 3 months ago
zutil.h.patch Build system: Darwin-specific fixes and strict platform parity 3 months 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