8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +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

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