function test(person) { person.age = 26 ; person = { name: 'abc', age: 18 } ...
2021-09-16T00:53:39.820245Z 12 [ERROR] [MY-000061] [Server] 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0x0,0x1a,0x0,0x24, \x00\x1a\x00$ ' at line 1. 2021-09-16T00:53:39.821996...
The address sanitizer unit tests have been broken at the tip for master for some time now. These tests used to pass for me when I ran ./unittest.sh with CONFIG_ASAN=y johnm@ubuntu:~/OSX/SPDK/spdk3$ cat /etc/*release DISTRIB_ID=Ubuntu DIS...