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ò ee91abd64d
Patch on mariadb_rpl.{c|h}
3 years ago
..
COPYING.LIB
ConnectorName.patch Fixed compilation issue for 'mariadb-client-library' due to CMake typo #3714 4 years ago
README
UPGRADE_NOTES.md Added note related to upgrading mariadb client library 4 years ago
client_deprecate_eof.patch Closes #3434: Fixed invalid memory accesses by 'mthd_my_read_metadata_ex' to memory deallocated by 'mysql_free_result' 5 years ago
cr_new_stmt_metadata_removal.patch Added patch for 'mariadb-client' preventing 'CR_NEW_STMT_METADATA' errors by updating stmt metadata from resulset 5 years ago
empty_split_compress_packet.patch Fix mariadb-client-library processing of empty split compressed packet 4 years ago
ma_alloc.c.patch Improve memory usage for large resultset in PS 7 years ago
ma_array.c-multiplication-overflow.patch patch deps CodeQL alerts 4 years ago
ma_charset.c.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
ma_context.h.patch USEVALGRIND=1 for compiling libmariadb_client with valgrind support 4 years ago
ma_password.c.patch Upgrade to MariaDB Connector 3.1.4 7 years ago
ma_priv.h.patch Resolves Issue 3992 4 years ago
ma_pvio.c.patch
ma_secure.c.patch
mariadb-connector-c-3.1.9-src.tar.gz Updated mariadb-client-library to version 3.1.9 6 years ago
mariadb_asan.patch Added missing patch for 'libmariadb' required for ASAN compilation #3554 5 years ago
mariadb_async.c.patch
mariadb_client Updated mariadb-client-library to version 3.1.9 6 years ago
mariadb_com.h.patch Resolves Issue 3992 4 years ago
mariadb_dyncol.c-multiplication-overflow.patch patch deps CodeQL alerts 4 years ago
mariadb_lib.c.collation.patch Fixing offset of some patch file 5 years ago
mariadb_lib.c.patch Updated 'mariadb_lib.c.patch' with a memory leak fix for 'mysql_close_no_command' 5 years ago
mariadb_rpl.c.patch Patch on mariadb_rpl.{c|h} 3 years ago
mariadb_rpl.h.patch Patch on mariadb_rpl.{c|h} 3 years ago
mariadb_stmt.c.patch Fixing offset of some patch file 5 years ago
mariadb_stmt_store_result_err.patch Add patch for 'libmariadbclient' fixing 'mysql_stmt_store_result' error handling 3 years ago
mysql.h.patch Fixing offset of some patch file 5 years ago
net.c.patch
password.c.patch
plugin_auth_CMakeLists.txt.patch Fixing offset of some patch file 5 years ago
ps_buffer_stmt_read_all_rows.patch Added 'ps_buffer_stmt_read_all_rows' patch for libmariadb 5 years ago
unittest_basic-t.c.patch
unittest_charset.c.patch Fixing offset of some patch file 5 years ago
zutil.c-multiplication-overflow.patch patch deps CodeQL alerts 4 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