Test bug 942377.

This commit is contained in:
Daniel Nichter
2013-03-13 16:54:53 -06:00
parent d3612481c2
commit 927a3b2ed1
7 changed files with 100 additions and 0 deletions
@@ -0,0 +1,3 @@
use `test`;
SELECT city, city FROM t LIMIT 1
##
@@ -0,0 +1,6 @@
$results = {
query_time => '0',
warnings => {}
};
##
@@ -0,0 +1,8 @@
$rows = [
[
'aaa',
'aaa'
]
];
##