summaryrefslogtreecommitdiff
path: root/sql/sql_show.cc
diff options
context:
space:
mode:
authorunknown <pem@mysql.comhem.se>2004-09-07 17:12:49 +0200
committerunknown <pem@mysql.comhem.se>2004-09-07 17:12:49 +0200
commit9243aa9ebe800724497316a8eb1bbab1d1065db6 (patch)
treec5e1d072fd6e82608c6f52d766b04f865d39a4fd /sql/sql_show.cc
parentfcbd2485e36b8374d05f18bd96734d8a99916327 (diff)
downloadmariadb-git-9243aa9ebe800724497316a8eb1bbab1d1065db6.tar.gz
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.
Diffstat (limited to 'sql/sql_show.cc')
-rw-r--r--sql/sql_show.cc2
1 files changed, 1 insertions, 1 deletions
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)
{