Home
last modified time | relevance | path

Searched refs:ds_to_file (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/client/
H A Dmysqltest.cc3405 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3425 free_dynamic_strings(&ds_from_file, &ds_to_file, &ds_retry); in do_copy_file()
3434 error = (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3444 (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3449 free_dynamic_strings(&ds_from_file, &ds_to_file, &ds_retry); in do_copy_file()
3803 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3823 free_dynamic_strings(&ds_from_file, &ds_to_file, &ds_retry); in do_move_file()
3856 free_dynamic_strings(&ds_from_file, &ds_to_file, &ds_retry); in do_move_file()
9706 static DYNAMIC_STRING ds_to_file; in main() local
9711 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dmysqltest.cc3672 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3686 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3697 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3702 dynstr_free(&ds_to_file); in do_copy_file()
3778 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3791 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3812 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3821 dynstr_free(&ds_to_file); in do_move_file()
9932 static DYNAMIC_STRING ds_to_file; in main() local
9937 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dmysqltest.cc3653 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3667 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3678 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3683 dynstr_free(&ds_to_file); in do_copy_file()
3759 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3772 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3793 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3802 dynstr_free(&ds_to_file); in do_move_file()
9782 static DYNAMIC_STRING ds_to_file; in main() local
9787 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dmysqltest.cc3672 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3686 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3697 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3702 dynstr_free(&ds_to_file); in do_copy_file()
3778 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3791 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3812 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3821 dynstr_free(&ds_to_file); in do_move_file()
9932 static DYNAMIC_STRING ds_to_file; in main() local
9937 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dmysqltest.cc3654 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3668 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3679 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3684 dynstr_free(&ds_to_file); in do_copy_file()
3760 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3773 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3794 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3803 dynstr_free(&ds_to_file); in do_move_file()
9782 static DYNAMIC_STRING ds_to_file; in main() local
9787 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dmysqltest.cc3672 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3686 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3697 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3702 dynstr_free(&ds_to_file); in do_copy_file()
3778 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3791 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3812 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3821 dynstr_free(&ds_to_file); in do_move_file()
9932 static DYNAMIC_STRING ds_to_file; in main() local
9937 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dmysqltest.cc3654 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3668 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3679 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3684 dynstr_free(&ds_to_file); in do_copy_file()
3760 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3773 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3794 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3803 dynstr_free(&ds_to_file); in do_move_file()
9783 static DYNAMIC_STRING ds_to_file; in main() local
9788 strmake(output_file, ds_to_file.str, FN_REFLEN); in main()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqltest.cc3734 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3737 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3746 if (bad_path(ds_to_file.str)) in do_copy_file()
3749 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3751 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3755 dynstr_free(&ds_to_file); in do_copy_file()
3774 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3777 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3786 if (bad_path(ds_to_file.str)) in do_move_file()
3790 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqltest.cc3733 static DYNAMIC_STRING ds_to_file;
3736 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" }
3745 if (bad_path(ds_to_file.str))
3748 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str));
3750 error= (my_copy(ds_from_file.str, ds_to_file.str,
3754 dynstr_free(&ds_to_file);
3773 static DYNAMIC_STRING ds_to_file;
3776 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" }
3785 if (bad_path(ds_to_file.str))
3789 error= (my_rename(ds_from_file.str, ds_to_file.str,
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqltest.cc3734 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3737 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3746 if (bad_path(ds_to_file.str)) in do_copy_file()
3749 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3751 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3755 dynstr_free(&ds_to_file); in do_copy_file()
3774 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3777 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3786 if (bad_path(ds_to_file.str)) in do_move_file()
3790 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqltest.cc3741 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3744 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3753 if (bad_path(ds_to_file.str)) in do_copy_file()
3756 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3758 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3762 dynstr_free(&ds_to_file); in do_copy_file()
3781 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3784 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3793 if (bad_path(ds_to_file.str)) in do_move_file()
3797 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqltest.cc3733 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3736 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3745 if (bad_path(ds_to_file.str)) in do_copy_file()
3748 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3750 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3754 dynstr_free(&ds_to_file); in do_copy_file()
3773 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3776 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3785 if (bad_path(ds_to_file.str)) in do_move_file()
3789 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqltest.cc3741 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3744 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3753 if (bad_path(ds_to_file.str)) in do_copy_file()
3756 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3758 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3762 dynstr_free(&ds_to_file); in do_copy_file()
3781 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3784 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3793 if (bad_path(ds_to_file.str)) in do_move_file()
3797 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc3483 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3486 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3495 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3497 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3501 dynstr_free(&ds_to_file); in do_copy_file()
3520 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3523 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3532 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3533 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3537 dynstr_free(&ds_to_file); in do_move_file()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc3483 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3486 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3495 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3497 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3501 dynstr_free(&ds_to_file); in do_copy_file()
3520 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3523 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3532 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3533 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3537 dynstr_free(&ds_to_file); in do_move_file()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqltest.cc3483 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3486 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3495 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3497 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3501 dynstr_free(&ds_to_file); in do_copy_file()
3520 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3523 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3532 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3533 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3537 dynstr_free(&ds_to_file); in do_move_file()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqltest.cc3464 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3467 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3476 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3478 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3482 dynstr_free(&ds_to_file); in do_copy_file()
3501 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3504 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3513 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3514 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3518 dynstr_free(&ds_to_file); in do_move_file()
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqltest.cc3382 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3385 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3394 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3396 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3400 dynstr_free(&ds_to_file); in do_copy_file()
3419 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3422 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3431 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3432 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3436 dynstr_free(&ds_to_file); in do_move_file()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqltest.cc3466 static DYNAMIC_STRING ds_to_file; in do_copy_file() local
3469 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to copy to" } in do_copy_file()
3478 DBUG_PRINT("info", ("Copy %s to %s", ds_from_file.str, ds_to_file.str)); in do_copy_file()
3480 error= (my_copy(ds_from_file.str, ds_to_file.str, in do_copy_file()
3484 dynstr_free(&ds_to_file); in do_copy_file()
3503 static DYNAMIC_STRING ds_to_file; in do_move_file() local
3506 { "to_file", ARG_STRING, TRUE, &ds_to_file, "Filename to move to" } in do_move_file()
3515 DBUG_PRINT("info", ("Move %s to %s", ds_from_file.str, ds_to_file.str)); in do_move_file()
3516 error= (my_rename(ds_from_file.str, ds_to_file.str, in do_move_file()
3520 dynstr_free(&ds_to_file); in do_move_file()