mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
Correction (worked thanks to legacy-aware code).
This commit is contained in:
parent
fc9717cc74
commit
c5c03c06c3
@ -1050,7 +1050,7 @@ Data source : @4"}, /* 606, eds_statement */
|
||||
{337117249, "Error (@1) creating database file: @2 via copying from: @3"}, /* 1023, nbackup_err_copy */
|
||||
{337117250, "Unexpected end of file when reading header of restored database file (stage @1)"}, /* 1024, nbackup_err_eofhdr_restdb */
|
||||
{337117251, "Cannot get backup guid clumplet from L0 backup"}, /* 1025, nbackup_lostguid_l0bk */
|
||||
{337117255, "Wrong parameter %s for switch -D, need ON or OFF"}, /* 1026, nbackup_switchd_parameter */
|
||||
{337117255, "Wrong parameter @1 for switch -D, need ON or OFF"}, /* 1026, nbackup_switchd_parameter */
|
||||
{337182750, "conflicting actions \"@1\" and \"@2\" found"}, /* 1027, trace_conflict_acts */
|
||||
{337182751, "action switch not found"}, /* 1028, trace_act_notfound */
|
||||
{337182752, "switch \"@1\" must be set only once"}, /* 1029, trace_switch_once */
|
||||
|
@ -3427,7 +3427,7 @@ Analyzing database pages ...', NULL, NULL);
|
||||
(NULL, 'nbackup', 'nbackup.cpp', NULL, 24, 68, NULL, 'Physical Backup Manager version @1', NULL, NULL)
|
||||
(NULL, 'restore_database', 'nbackup.cpp', NULL, 24, 69, NULL, 'Enter name of the backup file of level @1 ("." - do not restore further):', NULL, NULL)
|
||||
(NULL, 'usage', 'nbackup.cpp', NULL, 24, 70, NULL, ' -D(IRECT) [ON | OFF] Use or not direct I/O when scanning database', NULL, NULL)
|
||||
('nbackup_switchd_parameter', 'main', 'nbackup.cpp', NULL, 24, 71, NULL, 'Wrong parameter %s for switch -D, need ON or OFF', NULL, NULL)
|
||||
('nbackup_switchd_parameter', 'main', 'nbackup.cpp', NULL, 24, 71, NULL, 'Wrong parameter @1 for switch -D, need ON or OFF', NULL, NULL)
|
||||
--('nbackup_', '', 'nbackup.cpp', NULL, 24, , NULL, '', NULL, NULL)
|
||||
-- FBTRACEMGR
|
||||
-- All messages use the new format.
|
||||
|
Loading…
Reference in New Issue
Block a user