No description
Find a file
2026-08-12 18:38:01 +02:00
.github/workflows [CONC-786] add infer to CI 2026-07-22 21:23:00 +02:00
benchmark [misc] MariaDB benchmark common test suite implementation 2022-09-26 18:21:23 +02:00
client Test fix for test_bug4236 2022-06-29 13:27:28 +02:00
cmake Use CMAKE_SIZEOF_VOID_P EQUAL 8 for 64-bit detection (#318) 2026-07-23 11:13:26 +02:00
docs@7e12bcea26 Fixed build of manpages 2024-09-12 14:21:10 +02:00
external/zlib CONC-756: Update zlib to 1.3.1 2025-04-23 21:30:03 +02:00
include Merge branch '3.3' into 3.4 2026-07-30 20:20:43 +02:00
libmariadb Merge branch '3.3' into 3.4-tmp 2026-08-03 12:42:35 +02:00
man Man page fixes: 2024-10-25 10:37:47 +02:00
mariadb_config CONC-817: CMake cleanup: fix variable quoting bugs, remove dead code (#307) 2026-07-20 08:50:33 +02:00
plugins Changed the error message back to avoid failing tests 2026-07-31 11:54:38 +02:00
scripts Man page fixes: 2024-10-25 10:37:47 +02:00
tools rpl: Fix boundary underflows, alignment UB, and secure fuzzer paths 2026-07-19 14:52:20 +02:00
unittest Cleanup for test: drop my_vector table 2026-08-12 18:38:01 +02:00
win Windows installation fix: 2023-09-27 10:19:23 +02:00
win-iconv more clang fixes 2018-02-12 09:29:27 +00:00
.gitattributes Removed CMakeLists.txt from merge exceptions (.gitattributes). 2023-02-21 15:34:21 +01:00
.gitignore Merge branch '3.3' into 3.4 2026-07-28 07:05:13 +02:00
.gitmodules Fixed build of manpages 2024-09-12 14:21:10 +02:00
.inferconfig Added missing .inferconfig 2026-07-22 19:56:57 +02:00
.travis.yml Travis fixes for windows 2024-07-17 11:06:52 +02:00
appveyor-download.bat testing various correction 2021-06-15 17:09:10 +02:00
appveyor.yml Fix for MDEV-25820: 2021-06-24 16:44:21 +02:00
CMakeLists.txt CONC-817: CMake cleanup: fix variable quoting bugs, remove dead code (#307) 2026-07-20 08:50:33 +02:00
COPYING.LIB First implementation based on libmysql 3.23.58 and php's mysqlnd extension 2012-11-14 18:43:45 +01:00
README README fixes 2023-02-17 08:28:21 +01:00
travis.sh Merge branch '3.3' into 3.4 2025-01-20 09:58:34 +01:00

This is LGPL MariaDB client library that can be used to connect to a 
MariaDB or MySQL database server. 

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/>

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

To report a bug you'll need to signup for an account at https://jira.mariadb.org

The MariaDB team