From 9243aa9ebe800724497316a8eb1bbab1d1065db6 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 7 Sep 2004 17:12:49 +0200 Subject: [PATCH] Fixed typo that showed up in non-debug build (in sql/sql_show.cc). sql/sql_show.cc: Fixed typo that showed up in non-debug build. --- sql/sql_show.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_show.cc b/sql/sql_show.cc index f7b98bb0738..629b7a3cf3a 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -566,7 +566,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild) thd->clear_error(); } else - DBUG_RETURN(1) + DBUG_RETURN(1); } else if (table_list.view) {