mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
13 lines
169 B
Text
13 lines
169 B
Text
|
<test_rows>
|
||
|
<row>
|
||
|
<col1>ABC</col1>
|
||
|
<col2>DEF</col2>
|
||
|
<col3 />
|
||
|
</row>
|
||
|
<row>
|
||
|
<col1>GHI</col1>
|
||
|
<col2 />
|
||
|
<col3>123</col3>
|
||
|
</row>
|
||
|
</test_rows>
|