8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
This commit is contained in:
asfernandes 2007-04-07 15:52:45 +00:00
parent 4dfbc971e1
commit 72d139baf3
3 changed files with 4 additions and 5 deletions

View File

@ -27,7 +27,6 @@
# Contributor(s):
#
#
# $Id: Makefile.in.extern.editline,v 1.7 2007-04-07 08:05:56 alexpeshkoff Exp $
#
ROOT=..
#ObjModuleType=std

View File

@ -1090,7 +1090,7 @@ int common_main(int argc,
#ifdef TRUSTED_SERVICES
case (IN_SW_BURP_TRUSTED_SVC):
while(dpb.find(isc_dpb_trusted_auth))
while (dpb.find(isc_dpb_trusted_auth))
{
dpb.deleteClumplet();
}

View File

@ -1745,7 +1745,7 @@ COMMIT WORK;
('gfix_SQL_dialect', 'ALICE_gfix', 'alice.c', NULL, 3, 112, NULL, 'database SQL dialect must be one of ''@1''', NULL, NULL);
('gfix_dialect_req', 'ALICE_gfix', 'alice.c', NULL, 3, 113, NULL, 'dialect number required', NULL, NULL);
('gfix_pzval_req', 'ALICE_gfix', 'alice.cpp', NULL, 3, 114, NULL, 'positive or zero numeric value required', NULL, NULL);
('gfix_opt_trusted', 'ALICE_gfix', 'alice.c', NULL, 3, 115, NULL, ' -trusted use trusted authentication', NULL, NULL);
('gfix_opt_trusted', 'ALICE_gfix', 'alice.cpp', NULL, 3, 115, NULL, ' -trusted use trusted authentication', NULL, NULL);
-- Do not change the arguments of the previous GFIX messages.
-- Write the new GFIX messages here.
-- DSQL
@ -2975,7 +2975,7 @@ Fetches = !f', NULL, NULL);
('GsecMsg88', 'printhelp', 'gsec.c', NULL, 18, 88, NULL, '-z', NULL, NULL);
('GsecMsg89', 'printhelp', 'gsec.c', NULL, 18, 89, NULL, 'displaying version number:', NULL, NULL);
('GsecMsg90', 'printhelp', 'gsec.c', NULL, 18, 90, NULL, 'z (interactive only)', NULL, NULL);
('GsecMsg91', 'printhelp', 'gsec.c', NULL, 18, 91, NULL, '-trusted (use trusted authentication)', NULL, NULL);
('GsecMsg91', 'printhelp', 'gsec.cpp', NULL, 18, 91, NULL, '-trusted (use trusted authentication)', NULL, NULL);
-- Do not change the arguments of the previous GSEC messages.
-- Write the new GSEC messages here.
-- LICENSE
@ -3161,7 +3161,7 @@ Analyzing database pages ...', NULL, NULL);
('gstat_password', '', 'dba.e', NULL, 21, 33, NULL, ' -p password', NULL, NULL);
('', 'main', 'dba.e', NULL, 21, 34, NULL, ' -r analyze average record and version length', NULL, NULL);
('', 'main', 'dba.e', NULL, 21, 35, NULL, ' -t tablename', NULL, NULL);
('', 'main', 'dba.e', NULL, 21, 36, NULL, ' -tr use trusted authentication', NULL, NULL);
('', 'main', 'dba.epp', NULL, 21, 36, NULL, ' -tr use trusted authentication', NULL, NULL);
-- Do not change the arguments of the previous GSTAT messages.
-- Write the new GSTAT messages here.
stop