summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <mskold@mysql.com>2006-04-27 15:13:21 +0200
committerunknown <mskold@mysql.com>2006-04-27 15:13:21 +0200
commit3feaf6e5eb1982721f72f37b68233a64e39c5a77 (patch)
tree8cb35437688b5d9469a9d3d9b383bcdcfb6c333e /storage
parent3ada0dd96f3c5d32a4f5a39cefb75bfd321029cd (diff)
downloadmariadb-git-3feaf6e5eb1982721f72f37b68233a64e39c5a77.tar.gz
Added verification test of on-line (non-copying) alter table
Diffstat (limited to 'storage')
-rw-r--r--storage/ndb/tools/listTables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/ndb/tools/listTables.cpp b/storage/ndb/tools/listTables.cpp
index ef51b66bb10..a221156280d 100644
--- a/storage/ndb/tools/listTables.cpp
+++ b/storage/ndb/tools/listTables.cpp
@@ -188,6 +188,8 @@ list(const char * tabname,
ndbout_c("%-5d %-20s %-8s %-7s %s", elt.id, type, state, store, elt.name);
}
}
+ if (_parsable)
+ exit(0);
}
NDB_STD_OPTS_VARS;