firebird
firebird copied to clipboard
Crash when querying from MON$DATABASE
FB5 crashes after these steps:
connect '127.0.0.1:employee' user SYSDBA password 'masterkey';
select * from mon$database;
Seems like the problem appeared after the profiler was merged.
Fixed already, see f620e9f
OK, thanks.