mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 23:40:58 +00:00
35 lines
334 B
Plaintext
35 lines
334 B
Plaintext
$rows = [
|
|
[
|
|
'1',
|
|
'a',
|
|
'2013-01-01 00:00:01'
|
|
],
|
|
[
|
|
'2',
|
|
'b',
|
|
'2013-01-01 00:00:02'
|
|
],
|
|
[
|
|
'3',
|
|
'c',
|
|
'2013-01-01 00:00:03'
|
|
],
|
|
[
|
|
'4',
|
|
'd',
|
|
'2013-01-01 00:00:04'
|
|
],
|
|
[
|
|
'5',
|
|
'e',
|
|
'2013-01-01 00:00:05'
|
|
],
|
|
[
|
|
'6',
|
|
'f',
|
|
'2013-01-01 00:00:06'
|
|
]
|
|
];
|
|
|
|
##
|