diff options
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/init.cc b/sql/init.cc index 91b4b220bf3..8001e60b65e 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -42,9 +42,6 @@ void unireg_init(ulong options) current_pid=(ulong) getpid(); /* Save for later ref */ my_init_time(); /* Init time-functions (read zone) */ -#ifndef EMBEDDED_LIBRARY - my_abort_hook=unireg_abort; /* Abort with close of databases */ -#endif (void) strmov(reg_ext,".frm"); reg_ext_length= 4; |