basid-irk
basid-irk
gebug-files in Firebird-debuginfo-4.0 tarball have minor inconsistency: ``` examples/prebuilt/bin/.debug: total 808K -rwxr-xr-x. 1 bluser root 655K Jul 20 09:37 fbSampleDbCryptApp.debug* -rwxr-xr-x. 1 bluser root 152K Jul 20 09:37 fbSampleExtAuthKeygen.debug* examples/prebuilt/plugins/.debug:...
Sometimes (in unclear cases) dup values may appear in unique/primary key index. Now alter index active DDL are stop on first problematic record and and show only one report. alter...
Database restore are aborted on first error of first problematic deferred index. Database restore must make every effort on activating deferred indexes - build them all and show full problem...
Related to #8034 Directory entries, in general, superfluous in tarbal and may change owner/group already existed tree after untar debug symbols. It will be advisable to remove directory entries from...
Use: ``` tar --onwer root --group root -c... ``` for non-root build Firebird binaries
Related to #932 Currendly zstd.exe build and link as: ``` Timestamp: 05.04.2023 06:24:47 Machine: x86 Linker version: 2.40 Operating system version: 4.0 Subsystem version: 4.0 Windows console Windows 32-bit executable....
Currently some field from mon$attachments are null by formal reason: "remote_* value is absent for local stuff". F.e. in `gbak -se ip-address:service_mgr attachments` filled `mon$remote_protocol`/`_address` but absent `mon$remote_pid`/`_process` Keep in...
MaxUnflushedWrites and MaxUnflushedWriteTime settings exist only as workaround bug of filesystem cache on Windows 95/98: ``` // common/config/config.cpp (Firebird 3.0) // common/config/config.h (Firebird 4.0+) #ifdef WIN_NT {TYPE_INTEGER, "MaxUnflushedWrites", (ConfigValue) 100},...
Currently no way close connection without leave isql - only exit and quit command exist. Will usefull add disconnect command with parameters: - commit [transaction] - rollback [trasaction] - [no...
Add -par(allel) option in isql command line and parallel_worker as parameter of connect isql command. This will usefull for (re)build indices in SQL-scripts.