mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
After-merge fix for commit 98eb9518db
The merge only covered 10.1 up to commit4d248974e0
. Actually merge the changes up to commit0a534348c7
. Also, remove the unused InnoDB field trx_t::abort_type.
This commit is contained in:
@@ -1176,11 +1176,7 @@ int main(int argc,char *argv[])
|
||||
close(stdout_fileno_copy); /* Clean up dup(). */
|
||||
}
|
||||
|
||||
if (load_defaults("my",load_default_groups,&argc,&argv))
|
||||
{
|
||||
my_end(0);
|
||||
exit(1);
|
||||
}
|
||||
load_defaults_or_exit("my", load_default_groups, &argc, &argv);
|
||||
defaults_argv=argv;
|
||||
if ((status.exit_status= get_options(argc, (char **) argv)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user