diff options
author | unknown <pem@mysql.comhem.se> | 2004-09-07 17:12:49 +0200 |
---|---|---|
committer | unknown <pem@mysql.comhem.se> | 2004-09-07 17:12:49 +0200 |
commit | 9243aa9ebe800724497316a8eb1bbab1d1065db6 (patch) | |
tree | c5e1d072fd6e82608c6f52d766b04f865d39a4fd /sql/sql_show.cc | |
parent | fcbd2485e36b8374d05f18bd96734d8a99916327 (diff) | |
download | mariadb-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.cc | 2 |
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) { |