1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/suite/funcs_1/r
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
..
2017-12-14 17:52:08 +03:00
2017-11-13 19:09:46 +03:00
2017-12-14 17:52:08 +03:00
2017-12-11 15:43:41 +03:00