mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added alias for gh_7545. Parameter 'LockmemSize' has no value as it was described in the 1st example in the ticket.
This commit is contained in:
parent
85a0d2028b
commit
bc592ef4c5
@ -214,6 +214,16 @@ tmp_gh_7106_alias = $(dir_sampleDb)/qa/tmp_gh_7106.fdb
|
||||
}
|
||||
|
||||
|
||||
# This alias has invalid value for LockMemSize, it was done intentionally.
|
||||
# Attempt to create database with this alias led FB to crash, database file
|
||||
# will have size = 0 bytes.
|
||||
#
|
||||
tmp_gh_7545_alias = $(dir_sampleDb)/qa/tmp_gh_7545.fdb
|
||||
{
|
||||
LockmemSize
|
||||
}
|
||||
|
||||
|
||||
|
||||
# Databases for replication tests:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user