diff options
author | hf@deer.(none) <> | 2003-10-21 16:05:17 +0500 |
---|---|---|
committer | hf@deer.(none) <> | 2003-10-21 16:05:17 +0500 |
commit | b04af449235b495dbfc775f542f320b4fd7fe3c4 (patch) | |
tree | 6bd29233c656d8429437a224f9c3588a94963cb4 /sql/init.cc | |
parent | e8216b44a8ef2953b4ead53a49cd2ff1c7a93817 (diff) | |
download | mariadb-git-b04af449235b495dbfc775f542f320b4fd7fe3c4.tar.gz |
Fix for Windows bug reported throuhg Miguel
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/init.cc b/sql/init.cc index 50d504068a0..8b15fef4ee3 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -37,7 +37,9 @@ void unireg_init(ulong options) #ifdef USE_MY_ATOF init_my_atof(); /* use our atof */ #endif +#ifndef EMBEDDED_LIBRARY my_abort_hook=unireg_abort; /* Abort with close of databases */ +#endif VOID(strmov(reg_ext,".frm")); for (i=0 ; i < 6 ; i++) // YYMMDDHHMMSS |