Home
last modified time | relevance | path

Searched refs:fS3Bucket (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkload.h246 std::string fS3Bucket; // S3 Bucket variable
373 return fS3Bucket; in getS3Bucket()
528 fS3Bucket = bucket; in setS3Bucket()
H A Dwe_tableinfo.h142 std::string fS3Bucket; // S3 bucket variable
636 fS3Bucket = s3bucket; in setLoadFilesInput()
H A Dwe_bulkload.cpp1311 …put(bUseStdin, (!fS3Key.empty()), loadFilesList, fS3Host, fS3Key, fS3Secret, fS3Bucket, fS3Region); in manageImportDataFileList()
1356 …put(bUseStdin, (!fS3Key.empty()), loadFilesList, fS3Host, fS3Key, fS3Secret, fS3Bucket, fS3Region); in manageImportDataFileList()
H A Dwe_tableinfo.cpp1341 … res = ms3_get(ms3, fS3Bucket.c_str(), fFileName.c_str(), (uint8_t**)&fFileBuffer, &fS3ReadLength); in openTableFile()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/bulk/
H A Dwe_bulkload.h246 std::string fS3Bucket; // S3 Bucket variable
373 return fS3Bucket; in getS3Bucket()
528 fS3Bucket = bucket; in setS3Bucket()
H A Dwe_tableinfo.h142 std::string fS3Bucket; // S3 bucket variable
636 fS3Bucket = s3bucket; in setLoadFilesInput()
H A Dwe_bulkload.cpp1311 …put(bUseStdin, (!fS3Key.empty()), loadFilesList, fS3Host, fS3Key, fS3Secret, fS3Bucket, fS3Region); in manageImportDataFileList()
1356 …put(bUseStdin, (!fS3Key.empty()), loadFilesList, fS3Host, fS3Key, fS3Secret, fS3Bucket, fS3Region); in manageImportDataFileList()
H A Dwe_tableinfo.cpp1341 … res = ms3_get(ms3, fS3Bucket.c_str(), fFileName.c_str(), (uint8_t**)&fFileBuffer, &fS3ReadLength); in openTableFile()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_cmdargs.h257 return fS3Bucket; in getS3Bucket()
311 std::string fS3Bucket; // S3 Bucket variable
H A Dwe_cmdargs.cpp230 if (fS3Secret.empty() || fS3Bucket.empty() || fS3Region.empty()) in getCpImportCmdLine()
234 aSS << " -t " << fS3Bucket; in getCpImportCmdLine()
936 fS3Bucket = optarg; in parseCmdLineArgs()
1261 int s3Tmp = (fS3Key.empty() ? 0 : 1) + (fS3Bucket.empty() ? 0 : 1) + in parseCmdLineArgs()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/splitter/
H A Dwe_cmdargs.h257 return fS3Bucket; in getS3Bucket()
311 std::string fS3Bucket; // S3 Bucket variable
H A Dwe_cmdargs.cpp230 if (fS3Secret.empty() || fS3Bucket.empty() || fS3Region.empty()) in getCpImportCmdLine()
234 aSS << " -t " << fS3Bucket; in getCpImportCmdLine()
936 fS3Bucket = optarg; in parseCmdLineArgs()
1261 int s3Tmp = (fS3Key.empty() ? 0 : 1) + (fS3Bucket.empty() ? 0 : 1) + in parseCmdLineArgs()