mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix replace bug w/ BDB tables by passing key_length to index_read_idx.
This commit is contained in:
@ -10,6 +10,7 @@ CREATE TABLE t1 (
|
||||
PRIMARY KEY (gesuchnr,benutzer_id)
|
||||
) type=ISAM;
|
||||
|
||||
replace into t1 (gesuchnr,benutzer_id) values (2,1);
|
||||
replace into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
replace into t1 (gesuchnr,benutzer_id) values (1,1);
|
||||
alter table t1 type=myisam;
|
||||
|
Reference in New Issue
Block a user