diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-09-27 21:43:21 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-09-28 16:38:01 +0200 |
commit | c47c0ca50c48cda89128cd28c39f25da50036838 (patch) | |
tree | ad33fa3d29dc647f9caf2928ee94b3a2435675c0 /mysql-test/mysql-test-run.pl | |
parent | 6d2c70bc55f025ec28a20465b61a35d89ae53f34 (diff) | |
download | mariadb-git-c47c0ca50c48cda89128cd28c39f25da50036838.tar.gz |
mtr: uninitialized warning (if --manual-gdb or --boot-gdb)
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 09738ddd244..ff15679039b 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -5680,7 +5680,7 @@ EOF mtr_tofile($gdb_init_file, join("\n", "set args @$$args $input", - split /;/, $opt_gdb + split /;/, $opt_gdb || "" )); } |