32 void unireg_init(ulong options)
34 DBUG_ENTER(
"unireg_init");
36 error_handler_hook = my_message_stderr;
39 my_disable_async_io=1;
40 wild_many=
'%'; wild_one=
'_'; wild_prefix=
'\\';
42 current_pid=(ulong) getpid();
44 #ifndef EMBEDDED_LIBRARY
45 my_abort_hook=unireg_abort;
48 (void) strmov(reg_ext,
".frm");
50 specialflag=SPECIAL_SAME_DB_NAME | options;