Description
Test case string_type.string_type_direct_load_inc fails when executing LOAD DATA INFILE. The operation returns error 1227 because the directory specified in the INFILE clause is not permitted by the secure_file_priv system variable.
Steps to Reproduce
- Execute the test case
string_type.string_type_direct_load_inc.
- The test attempts to run a
LOAD DATA INFILE command.
- The command fails with error 1227.
Environment
- Operating System: Windows
- Test Framework: mysqltest
- Affected Test:
string_type.string_type_direct_load_inc
- Relevant Directory:
/obdata/data/AndroidTest/ob_opensource_test/tools/deploy
Impact
The test case fails, indicating a potential issue with file path permissions or secure_file_priv configuration on Windows systems during data loading operations.
Description
Test case
string_type.string_type_direct_load_incfails when executingLOAD DATA INFILE. The operation returns error 1227 because the directory specified in the INFILE clause is not permitted by thesecure_file_privsystem variable.Steps to Reproduce
string_type.string_type_direct_load_inc.LOAD DATA INFILEcommand.Environment
string_type.string_type_direct_load_inc/obdata/data/AndroidTest/ob_opensource_test/tools/deployImpact
The test case fails, indicating a potential issue with file path permissions or
secure_file_privconfiguration on Windows systems during data loading operations.