8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

More WAL deletion.

This commit is contained in:
robocop 2005-03-26 05:50:16 +00:00
parent d32c7a5da9
commit 5672f269e0

View File

@ -362,15 +362,5 @@ const char BLANK = '\040';
const char DBL_QUOTE = '\042';
const char SINGLE_QUOTE = '\'';
//const SCHAR wal_items[] = {
// isc_info_num_wal_buffers,
// isc_info_wal_buffer_size,
// isc_info_wal_ckpt_length,
// isc_info_wal_grpc_wait_usecs,
// isc_info_end
//};
#endif // ISQL_ISQL_H