aboutsummaryrefslogtreecommitdiff
path: root/mariadb-connector-c-v_2.3.7/README
diff options
context:
space:
mode:
authorWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-04-30 18:47:09 +0200
committerWojtek Kosior <wk@koszkonutek-tmp.pl.eu.org>2021-04-30 18:47:09 +0200
commit35a201cc8ef0c3f5b2df88d2e528aabee1048348 (patch)
tree902dae955480e19f4498dbe4964619fc91d09b06 /mariadb-connector-c-v_2.3.7/README
downloadxml-backup-restore-35a201cc8ef0c3f5b2df88d2e528aabee1048348.tar.gz
xml-backup-restore-35a201cc8ef0c3f5b2df88d2e528aabee1048348.zip
Initial/Final commitHEADmaster
Diffstat (limited to 'mariadb-connector-c-v_2.3.7/README')
-rw-r--r--mariadb-connector-c-v_2.3.7/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/mariadb-connector-c-v_2.3.7/README b/mariadb-connector-c-v_2.3.7/README
new file mode 100644
index 0000000..2bd6750
--- /dev/null
+++ b/mariadb-connector-c-v_2.3.7/README
@@ -0,0 +1,23 @@
+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