mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-18 17:58:55 +00:00
13 lines
66 B
Plaintext
13 lines
66 B
Plaintext
$rows = [
|
|
[
|
|
1,
|
|
'a'
|
|
],
|
|
[
|
|
2,
|
|
undef
|
|
]
|
|
];
|
|
|
|
##
|