Tests in Perl and in C.
The files in this directory are test programs that can be used as a base to write a program to simulate problems in MySQL in various scenarios: forks, locks, big records, exporting, truncating, and so on. Some examples are:
connect_test.c --- test that a connect is possible
insert_test.c --- test that an insert is possible
list_test.c --- test that a select is possible
select_test.c --- test that a select is possible
showdb_test.c --- test that a show-databases is possible
ssl_test.c --- test that SSL is possible
thread_test.c --- test that threading is possible