|
|
|
@ -534,7 +534,7 @@ ulonglong slave_skipped_errors; |
|
|
|
ulong feature_files_opened_with_delayed_keys= 0, feature_check_constraint= 0; |
|
|
|
ulonglong denied_connections; |
|
|
|
my_decimal decimal_zero; |
|
|
|
my_bool transaction_registry= 1; |
|
|
|
my_bool opt_transaction_registry= 1; |
|
|
|
|
|
|
|
/*
|
|
|
|
Maximum length of parameter value which can be set through |
|
|
|
@ -6027,7 +6027,7 @@ int mysqld_main(int argc, char **argv) |
|
|
|
if (Events::init((THD*) 0, opt_noacl || opt_bootstrap)) |
|
|
|
unireg_abort(1); |
|
|
|
|
|
|
|
if (!opt_bootstrap) |
|
|
|
if (!opt_bootstrap && opt_transaction_registry) |
|
|
|
{ |
|
|
|
THD *thd = new THD(0); |
|
|
|
thd->thread_stack= (char*) &thd; |
|
|
|
|