mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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.