mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Backport: remove dead code.
Reorganize function to reflect that it does not actually uses curses and that there is no curses variant.
This commit is contained in:
parent
1164841167
commit
a1b8e4dc7e
8 changed files with 13 additions and 19 deletions
|
|
@ -33,7 +33,7 @@ void unireg_init(ulong options)
|
|||
{
|
||||
DBUG_ENTER("unireg_init");
|
||||
|
||||
MYSYS_PROGRAM_DONT_USE_CURSES();
|
||||
error_handler_hook = my_message_stderr;
|
||||
abort_loop=0;
|
||||
|
||||
my_disable_async_io=1; /* aioread is only in shared library */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue