1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge with 5.1 to get bug fix for LP#613408 Memory corruption with (M)aria storage engine and virtual columns

Fixed test case to test for virtual columns
This commit is contained in:
Michael Widenius
2010-08-07 18:03:04 +03:00
20 changed files with 101 additions and 15 deletions

View File

@ -4537,7 +4537,7 @@ sub mysqld_stop {
name => "mysqladmin shutdown ".$mysqld->name(),
path => $exe_mysqladmin,
args => \$args,
error => "/dev/null",
error => "$opt_vardir/log/mysqladmin.err",
);
}