diff options
Diffstat (limited to 'mysql-test/std_data/bug16171518_2.dat')
-rw-r--r-- | mysql-test/std_data/bug16171518_2.dat | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug16171518_2.dat b/mysql-test/std_data/bug16171518_2.dat new file mode 100644 index 00000000..8a483337 --- /dev/null +++ b/mysql-test/std_data/bug16171518_2.dat @@ -0,0 +1,12 @@ +<test_rows> + <row> + <col1>ABC</col1> + <col2>DEF</col2> + <col3 /> + </row> + <row> + <col1>GHI</col1> + <col2 /> + <col3>123</col3> + </row> +</test_rows> |