8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00
This commit is contained in:
robocop 2009-07-17 08:57:13 +00:00
parent e354a862ec
commit 8b2682d0ed
2 changed files with 2 additions and 1 deletions

View File

@ -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';

View File

@ -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);
} }