Michael Widenius
b5615eff0d
Write information about restart in .result
...
Idea comes from MySQL which does something similar
2019-04-01 19:47:24 +03:00
Sergei Golubchik
d6d994bf42
remove two redundant *.inc files to restart a server
...
namely, restart_mysqld_with_option.inc and kill_and_restart_mysqld.inc -
use restart_mysqld.inc instead.
Also remove innodb_wl6501_crash_stripped.inc that wasn't used anywhere.
2017-03-31 19:28:58 +02:00
Sergei Golubchik
da4d71d10d
Merge branch '10.1' into 10.2
2017-03-30 12:48:42 +02:00
Marko Mäkelä
981534b1dd
Remove unnecessary have_debug.inc, not_valgrind.inc
...
Use include/kill_and_restart_mysqld.inc instead of triggering
DBUG_SUICIDE() with debug instrumentation. In this way, more tests
can be run with --valgrind or on non-debug servers.
2017-02-08 11:40:09 +02:00
Sergey Vojtovich
282497dd6d
MDEV-6720 - enable connection log in mysqltest by default
2016-03-31 10:11:16 +04:00
Sergei Golubchik
1efdd5a572
rename debug variable to debug_dbug, to make test pass in release builds
...
(and to follow the naming conventons).
keep old debug variable, but mark it as deprecated.
2011-12-15 22:07:58 +01:00
Jimmy Yang
321b238874
Merge a fix for Bug #53756 ALTER TABLE ADD PRIMARY KEY affects crash recovery
...
This was already pushed to mysql-5.1-innodb some time ago
(revision id jimmy.yang@oracle.com-20100907054137-tpuior7hez4f5ghl )
but it was not merged to the 5.5 trees.
2011-02-10 00:58:23 -08:00