mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-04 19:37:49 +00:00
13 lines
70 B
Plaintext
13 lines
70 B
Plaintext
$rows = [
|
|
[
|
|
'1',
|
|
'a'
|
|
],
|
|
[
|
|
'2',
|
|
undef
|
|
]
|
|
];
|
|
|
|
##
|