67700b7a87
See <https://conference.libreoffice.org/2019/program/schedule/sept-12th-thursday/>. Change-Id: I0edb74d69f6af06c82022350e2fe0aedab56c486 Reviewed-on: https://gerrit.libreoffice.org/78832 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
14 lines
515 B
Text
14 lines
515 B
Text
Contains database pieces, drivers, etc.
|
|
|
|
[[dbaccess]] builds UI on top of this.
|
|
|
|
=== mysql_test ===
|
|
|
|
- The CppunitTest_mysql_test unit test can be used to test the mysqlc
|
|
library with any versions of mysql or mariadb server of your choice.
|
|
|
|
- This test does not run automatically. It can be triggered with setting
|
|
the environment variable "CONNECTIVITY_TEST_MYSQL_DRIVER".
|
|
|
|
- The environment variable should contain a URL of the following format:
|
|
[user]/[passwd]@sdbc:mysql:mysqlc:[host]:[port]/[db_name]
|