@@ -1242,7 +1242,7 @@ struct my_option xb_client_options[]= {
1242
1242
1243
1243
{" rsync" , OPT_RSYNC,
1244
1244
" Uses the rsync utility to optimize local file "
1245
- " transfers. When this option is specified, innobackupex uses rsync "
1245
+ " transfers. When this option is specified, " XB_TOOL_NAME " uses rsync "
1246
1246
" to copy all non-InnoDB files instead of spawning a separate cp for "
1247
1247
" each file, which can be much faster for servers with a large number "
1248
1248
" of databases or tables. This option cannot be used together with "
@@ -1350,7 +1350,7 @@ struct my_option xb_client_options[]= {
1350
1350
1351
1351
{" ftwrl-wait-query-type" , OPT_LOCK_WAIT_QUERY_TYPE,
1352
1352
" This option specifies which types of queries are allowed to complete "
1353
- " before innobackupex will issue the global lock. Default is all." ,
1353
+ " before " XB_TOOL_NAME " will issue the global lock. Default is all." ,
1354
1354
(uchar *) &opt_lock_wait_query_type, (uchar *) &opt_lock_wait_query_type,
1355
1355
&query_type_typelib, GET_ENUM, REQUIRED_ARG, QUERY_TYPE_ALL, 0 , 0 , 0 , 0 ,
1356
1356
0 },
@@ -1370,26 +1370,26 @@ struct my_option xb_client_options[]= {
1370
1370
NULL , NULL , 0 , GET_STR, OPT_ARG, 0 , 0 , 0 , 0 , 0 , 0 },
1371
1371
1372
1372
{" kill-long-queries-timeout" , OPT_KILL_LONG_QUERIES_TIMEOUT,
1373
- " This option specifies the number of seconds innobackupex waits "
1373
+ " This option specifies the number of seconds " XB_TOOL_NAME " waits "
1374
1374
" between starting FLUSH TABLES WITH READ LOCK and killing those "
1375
1375
" queries that block it. Default is 0 seconds, which means "
1376
- " innobackupex will not attempt to kill any queries." ,
1376
+ XB_TOOL_NAME " will not attempt to kill any queries." ,
1377
1377
(uchar *) &opt_kill_long_queries_timeout,
1378
1378
(uchar *) &opt_kill_long_queries_timeout, 0 , GET_UINT, REQUIRED_ARG, 0 , 0 ,
1379
1379
0 , 0 , 0 , 0 },
1380
1380
1381
1381
{" ftwrl-wait-timeout" , OPT_LOCK_WAIT_TIMEOUT,
1382
- " This option specifies time in seconds that innobackupex should wait "
1382
+ " This option specifies time in seconds that " XB_TOOL_NAME " should wait "
1383
1383
" for queries that would block FTWRL before running it. If there are "
1384
- " still such queries when the timeout expires, innobackupex terminates "
1385
- " with an error. Default is 0, in which case innobackupex does not "
1384
+ " still such queries when the timeout expires, " XB_TOOL_NAME " terminates "
1385
+ " with an error. Default is 0, in which case " XB_TOOL_NAME " does not "
1386
1386
" wait for queries to complete and starts FTWRL immediately." ,
1387
1387
(uchar *) &opt_lock_wait_timeout, (uchar *) &opt_lock_wait_timeout, 0 ,
1388
1388
GET_UINT, REQUIRED_ARG, 0 , 0 , 0 , 0 , 0 , 0 },
1389
1389
1390
1390
{" ftwrl-wait-threshold" , OPT_LOCK_WAIT_THRESHOLD,
1391
1391
" This option specifies the query run time threshold which is used by "
1392
- " innobackupex to detect long-running queries with a non-zero value "
1392
+ XB_TOOL_NAME " to detect long-running queries with a non-zero value "
1393
1393
" of --ftwrl-wait-timeout. FTWRL is not started until such "
1394
1394
" long-running queries exist. This option has no effect if "
1395
1395
" --ftwrl-wait-timeout is 0. Default value is 60 seconds." ,
0 commit comments