Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
I cannot run Random Query Generator with MariaDB
How to reproduce:
- branch and compile lp:maria
- bzr branch lp:randgen
- cd randgen
- perl runall.pl --basedir=/home/hakan/work/monty_program/maria --gendata=conf/example.zz --grammar=conf/example.yy
- 00:51:46 Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
- 00:51:46 Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.
- 00:51:46 Starting
- 00:51:46 # runall.pl \
- 00:51:46 # --basedir=/home/hakan/work/monty_program/maria \
- 00:51:46 # --gendata=conf/example.zz \
- 00:51:46 # --grammar=conf/example.yy
- 00:51:46 master_port : 19300 slave_port : 19302 master_ports : 19300 19302 MTR_BUILD_THREAD : 930
- 00:51:46 Running perl mysql-test-run.pl -
start-and-exit --skip-ndb --mysqld=core-file --mysqld=loose-new --mysqld=sql-mode=no_engine_substitution --mysqld=relay-log=slave-relay-bin --mysqld=loose-innodb --mysqld=loose-falcon-debug-mask=2 --mysqld=secure-file-priv= --mysqld=max-allowed-packet=16Mb --mysqld=loose-innodb-status-file=1 --mysqld=-master-retry-count=65535 --master_port=19300 1st 2>&1 .
=======================================================
WARNING: Using mysql-test-run.pl version 1!
=======================================================
Global symbol "$opt_skip_ssl" requires explicit package name at lib/v1/mysql-test-run.pl line 567.
Global symbol "$opt_skip_ssl" requires explicit package name at lib/v1/mysql-test-run.pl line 786.
BEGIN not safe after errors--compilation aborted at lib/v1/mysql-test-run.pl line 2370.
cat: /home/hakan/work/monty_program/maria/mysql-test/var/log/master.err: No such file or directory
Wed Dec 9 00:51:47 2009 [8742] runall.pl will exit with exit status 9
Problem seems to in mysql-test-run.pl v1:
hakan@lu0012:~/work/monty_program/maria/mysql-test/lib/v1$ perl -c mysql-test-run.pl
Global symbol "$opt_skip_ssl" requires explicit package name at mysql-test-run.pl line 567.
Global symbol "$opt_skip_ssl" requires explicit package name at mysql-test-run.pl line 786.
BEGIN not safe after errors--compilation aborted at mysql-test-run.pl line 2370.