mysql-server/mysql-test/t/component_string_service.test
2025-03-05 14:31:37 +07:00

12 lines
424 B
Text

--echo # Simple load test
INSTALL COMPONENT "file://component_test_string_service";
UNINSTALL COMPONENT "file://component_test_string_service";
# Write the test results in "test_string_service.log" into the result file of this test
--echo ########## test_string_service.log:
let $MYSQLD_DATADIR= `select @@datadir`;
cat_file $MYSQLD_DATADIR/test_string_service.log;
remove_file $MYSQLD_DATADIR/test_string_service.log;