From a3bc77d8de393e4558e45ac0127cb0ec16e20168 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Feb 2006 16:25:52 +0100 Subject: [PATCH] Added missing DBUG_RETURN --- storage/ndb/src/ndbapi/Ndb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ndb/src/ndbapi/Ndb.cpp b/storage/ndb/src/ndbapi/Ndb.cpp index 75b8f58a813..fefd573b2ff 100644 --- a/storage/ndb/src/ndbapi/Ndb.cpp +++ b/storage/ndb/src/ndbapi/Ndb.cpp @@ -1200,7 +1200,7 @@ Ndb::internalize_index_name(const NdbTableImpl * table, if (!table) { DBUG_PRINT("error", ("!table")); - return ret; + DBUG_RETURN(ret); } if (fullyQualifiedNames)