mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
Misc.
This commit is contained in:
parent
c69521e8bd
commit
6a3b45e1da
@ -17,7 +17,7 @@ INSTALLATION/CONFIGURATION
|
||||
installation, please be sure to upgrade the security database using the
|
||||
provided script in order to keep your users' logins. For more details see
|
||||
$FBROOT/upgrade/security_database.txt.
|
||||
Simple 'cp security.fdb security2.fdb' makes is impossible to attach
|
||||
Simple 'cp security.fdb security2.fdb' makes it impossible to attach
|
||||
to the firebird server !
|
||||
|
||||
* Password hashes are now generated using the SHA-1 algorithm instead of the
|
||||
|
@ -138,6 +138,7 @@ static const SCHAR *gds_c_boiler_plate[] = {
|
||||
"",
|
||||
};
|
||||
|
||||
/* It's used only in code that's commented now: build_codes_h().
|
||||
static const SCHAR *gds_cpp_boiler_plate[] = {
|
||||
"const SLONG gds_arg_end = 0; // end of argument list",
|
||||
"const SLONG gds_arg_gds = 1; // generic DSRI status value",
|
||||
@ -159,6 +160,7 @@ static const SCHAR *gds_cpp_boiler_plate[] = {
|
||||
"const SLONG gds_arg_warning = 18; // warning argument",
|
||||
"",
|
||||
};
|
||||
*/
|
||||
|
||||
// At first glance, it wasn't evident why isc_facility had to be undefined,
|
||||
// but it turns that this file includes ibase.h,
|
||||
|
Loading…
Reference in New Issue
Block a user