Remove the MySQL upsert syntax. As an optional alias to the insert table
commit95dfe17675432e91f0bb7d47d21eec90eccf2880
authorD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 13:26:53 +0000 (16 13:26 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Mon, 16 Apr 2018 13:26:53 +0000 (16 13:26 +0000)
tree5c13946bbeab1bf522fab00a2f639b8a452ae024
parentc3f047b2d70384860cee19c2682bc955ae8ba54e
Remove the MySQL upsert syntax.   As an optional alias to the insert table
name in order to finish out PostgreSQL upsert syntax emulation.
src/parse.y
src/resolve.c
tool/mkkeywordhash.c