mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-05 01:00:35 +08:00
Test bug 942377.
This commit is contained in:
@@ -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'
|
||||
]
|
||||
];
|
||||
|
||||
##
|
||||
Reference in New Issue
Block a user