From aa28461510d211bd67c668a0922d555964e0d834 Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Fri, 28 May 2010 19:53:26 -0300 Subject: Backport: remove dead code. Reorganize function to reflect that it does not actually uses curses and that there is no curses variant. --- sql/init.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/init.cc') 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 */ -- cgit v1.2.1