mariadb-client-test - Man Page

Name

mariadb-client-test — test client API (mariadb-client-test is now a symlink to mariadb-client-test)
mariadb-client-test-embedded — test client API for embedded server (mariadb-client-test-embedded is now a symlink to mariadb-client-test-embedded)

Synopsis

mariadb-client-test [options] [test_name] ...

mariadb-client-test-embedded [options] [test_name] ...

Description

The mariadb-client-test program is used for testing aspects of the MariaDB client API that cannot be tested using mariadb-test and its test language. mariadb-client-test-embedded is similar but used for testing the embedded server. Both programs are run as part of the test suite.

The source code for the programs can be found in in tests/mariadb-client-test.c in a source distribution. The program serves as a good source of examples illustrating how to use various features of the client API.

mariadb-client-test is used in a test by the same name in the main tests suite of mariadb-test-run.pl but may also be run directly. Unlike the other programs listed here, it does not read an external description of what tests to run. Instead, all tests are coded into the program, which is written to cover all aspects of the C language API.

mariadb-client-test supports the following options:

See Also

For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

Author

MariaDB Foundation (http://www.mariadb.org/).

Info

5 March 2025 MariaDB 11.8 MariaDB Database System