summaryrefslogtreecommitdiff
path: root/mysql-test/t/not_embedded_server-master.opt
Commit message (Collapse)AuthorAgeFilesLines
* remove few obscure, unused, or misused mtr featuresSergei Golubchik2012-02-061-1/+0
|
* Improve restart logic all code to detect restart is now in the functionsunknown2006-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 'run_testcase_need_master/slave_restart' Remove the faulty qw Only look for mysql_fix_privilege_tables if not windows mysql-test/lib/mtr_cases.pl: Move all code to determine when to restart into 'run_testcase_need_master/slave_restart' Add possibility to wite --force-restart in -master.opt file, this will force a restart and since master is not started with any special options there is no need to restart again afterwards. mysql-test/mysql-test-run.pl: Remove the qw surrounding ENV{'LD_LIBRARY_PATH'} Only look for the sh script mysql_fix_privileges when not on windows Remove warnings about using unitialized variables Improve the restart logic, eall code to determine when to restart is now in run_testcase_need_master_restart and run_testcase_need_slave_restart mysql-test/t/bdb-alter-table-2-master.opt: Use --force-restart mysql-test/t/not_embedded_server-master.opt: Use --force-restart
* Force a server restart for the not_embedded_server test to satisfyunknown2005-10-131-0/+1
conditions of its first test. (Bug #13796) mysql-test/t/not_embedded_server-master.opt: New BitKeeper file ``mysql-test/t/not_embedded_server-master.opt''