1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-13 18:02:43 +03:00
Files
mariadb/bdb/test/scr016/TestAssociate.testout
ram@mysql.r18.ru 5e09392faa BDB 4.1.24
2002-10-30 15:57:05 +04:00

31 lines
793 B
Plaintext

Primary database is not null
Secondary database is not null
secondary_key_create, Db: not null(secondary), key: Dbt0("abc"), data: Dbt1("cba")
creating key(2): BC
secondary_key_create, Db: not null(secondary), key: Dbt2("def"), data: Dbt3("fed")
creating key(2): EF
secondary_key_create, Db: not null(secondary), key: Dbt4("ghi"), data: Dbt5("ihg")
creating key(2): HI
secondary_key_create, Db: not null(secondary), key: Dbt6("JKL"), data: Dbt7("LKJ")
creating key(1): KL
secondary_key_create, Db: not null(secondary), key: Dbt8("MNO"), data: Dbt9("ONM")
creating key(1): NO
BC : cba
EF : fed
HI : ihg
KL : LKJ
NO : ONM
get BC returns 0
values: BC : cba
pget BC returns 0
values: BC : abc : cba
get KL returns 0
values: KL : LKJ
pget KL returns 0
values: KL : JKL : LKJ