1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/module/Vendor/MDBC
2020-03-22 14:54:40 +02:00
..
cmake Integrate MySQL module. 2020-03-22 14:54:40 +02:00
examples Integrate MySQL module. 2020-03-22 14:54:40 +02:00
include Integrate MySQL module. 2020-03-22 14:54:40 +02:00
libmariadb Integrate MySQL module. 2020-03-22 14:54:40 +02:00
mariadb_config Integrate MySQL module. 2020-03-22 14:54:40 +02:00
plugins Integrate MySQL module. 2020-03-22 14:54:40 +02:00
win Integrate MySQL module. 2020-03-22 14:54:40 +02:00
win-iconv Integrate MySQL module. 2020-03-22 14:54:40 +02:00
zlib Integrate MySQL module. 2020-03-22 14:54:40 +02:00
CMakeLists.txt Integrate MySQL module. 2020-03-22 14:54:40 +02:00
COPYING.LIB Integrate MySQL module. 2020-03-22 14:54:40 +02:00
README Integrate MySQL module. 2020-03-22 14:54:40 +02:00

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