mariadb/mysql-test/suite/compat/oracle
Jerome Brauge d943d7f712 MDEV-13417 UPDATE produces wrong values if an updated column is later used as an update source
Standard compatible behavior for UPDATE: all assignments in SET
are executed "simultaneously", not left-to-right. And `SET a=b,b=a`
will swap the values.
2018-02-12 13:14:23 +01:00
..
r MDEV-13417 UPDATE produces wrong values if an updated column is later used as an update source 2018-02-12 13:14:23 +01:00
t MDEV-14228 MariaDB crashes with function 2017-12-07 15:54:27 +04:00