1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Proposed fix for #751

Fields in key_expr (mysql_ha_read) wasn't linked to tables.
Hmm. How did it work at all?
This commit is contained in:
hf@deer.(none)
2003-07-03 20:57:51 +05:00
parent b2769e2792
commit dbb95326b0
5 changed files with 21 additions and 0 deletions

View File

@ -70,3 +70,4 @@ INSERT INTO t1 VALUES ('40004712','000001','0020',0);
UPDATE t1 SET t1.xstatus_vor = Greatest(t1.xstatus_vor,1) WHERE t1.aufnr =
"40004712" AND t1.plnfl = "000001" AND t1.vornr > "0010" ORDER BY t1.vornr
ASC LIMIT 1;
drop table t1;