mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Misc.
This commit is contained in:
parent
3308522158
commit
5d2e4a1df9
@ -43,7 +43,7 @@ class DataDump
|
||||
public:
|
||||
enum ValueType {VALUE_GLOBAL_ID, VALUE_INTEGER, VALUE_TIMESTAMP, VALUE_STRING};
|
||||
|
||||
DataDump(MemoryPool& pool)
|
||||
explicit DataDump(MemoryPool& pool)
|
||||
: idMap(pool), idCounter(0) { }
|
||||
|
||||
struct DumpField
|
||||
|
@ -1925,7 +1925,7 @@ void Service::start(USHORT spb_length, const UCHAR* spb_data)
|
||||
// Only need to add username and password information to those calls which need
|
||||
// to make a database connection
|
||||
|
||||
bool flNeedUser = (svc_id == isc_action_svc_backup ||
|
||||
const bool flNeedUser = (svc_id == isc_action_svc_backup ||
|
||||
svc_id == isc_action_svc_restore ||
|
||||
svc_id == isc_action_svc_nbak ||
|
||||
svc_id == isc_action_svc_nrest ||
|
||||
@ -1938,7 +1938,7 @@ void Service::start(USHORT spb_length, const UCHAR* spb_data)
|
||||
svc_id == isc_action_svc_trace_resume ||
|
||||
svc_id == isc_action_svc_trace_list);
|
||||
|
||||
bool flGsecUser = (svc_id == isc_action_svc_add_user ||
|
||||
const bool flGsecUser = (svc_id == isc_action_svc_add_user ||
|
||||
svc_id == isc_action_svc_delete_user ||
|
||||
svc_id == isc_action_svc_modify_user ||
|
||||
svc_id == isc_action_svc_display_user ||
|
||||
|
@ -27,7 +27,7 @@ set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUM
|
||||
--('1996-11-07 13:38:43', 'GJRN', 16, 241)
|
||||
--
|
||||
('2009-12-21 04:00:05', 'ISQL', 17, 173)
|
||||
('2009-11-13 17:49:54', 'GSEC', 18, 105)
|
||||
('2010-07-10 10:50:30', 'GSEC', 18, 105)
|
||||
--
|
||||
--('2002-03-05 02:30:12', 'LICENSE', 19, 60)
|
||||
--('2002-03-05 02:31:54', 'DOS', 20, 74)
|
||||
|
Loading…
Reference in New Issue
Block a user