mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Misc.
This commit is contained in:
parent
e354a862ec
commit
8b2682d0ed
@ -37,7 +37,7 @@ const int IO_BUFFER_SIZE = (16 * K_BYTES);
|
|||||||
|
|
||||||
const int M_BYTES = (K_BYTES * K_BYTES);
|
const int M_BYTES = (K_BYTES * K_BYTES);
|
||||||
const int G_BYTES = (K_BYTES * M_BYTES);
|
const int G_BYTES = (K_BYTES * M_BYTES);
|
||||||
const size_t MAX_FILE_NM_LEN = 27; // size of header_rec.fl_name
|
const size_t MAX_FILE_NM_LEN = 27; // size of header_rec.fl_name
|
||||||
const int MAX_NUM_OF_FILES = 9999;
|
const int MAX_NUM_OF_FILES = 9999;
|
||||||
const int MIN_FILE_SIZE = M_BYTES;
|
const int MIN_FILE_SIZE = M_BYTES;
|
||||||
const char NEW_LINE = '\n';
|
const char NEW_LINE = '\n';
|
||||||
|
@ -1394,6 +1394,7 @@ void MET_ready( qli_syntax* node, const bool create_flag)
|
|||||||
dpb.insertString(isc_dpb_lc_ctype, lc_ctype, length);
|
dpb.insertString(isc_dpb_lc_ctype, lc_ctype, length);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// It does absolutely nothing inside the engine these days: ignored.
|
||||||
if (QLI_trace) {
|
if (QLI_trace) {
|
||||||
dpb.insertByte(isc_dpb_trace, 1);
|
dpb.insertByte(isc_dpb_trace, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user