1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-12696 Crash with LOAD XML and non-updatable VIEW column

This commit is contained in:
Alexander Barkov
2017-05-05 11:05:55 +04:00
parent 96247be1a0
commit db0917f68f
7 changed files with 89 additions and 45 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<resultset statement="SELECT 'test' AS c1, NULL AS c2
" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<row>
<field name="c1">test</field>
<field name="c2" xsi:nil="true" />
</row>
</resultset>