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:
@ -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",
|
||||
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user