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