diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-05-28 19:53:26 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2010-05-28 19:53:26 -0300 |
commit | a1b8e4dc7e3c366a3c6db50cc0a7b4f2f6a1e589 (patch) | |
tree | bc66ac79524a3e244caaaa32cf4aa7d20e485018 /sql/init.cc | |
parent | 1164841167ce62d213fd0084aad376be8fcc371b (diff) | |
download | mariadb-git-a1b8e4dc7e3c366a3c6db50cc0a7b4f2f6a1e589.tar.gz |
Backport: remove dead code.
Reorganize function to reflect that it does not actually uses curses
and that there is no curses variant.
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/init.cc b/sql/init.cc index c72787300b7..e43b12787ab 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -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 */ |