Changeset: 4306e757a7ac for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4306e757a7ac
Modified Files:
clients/mapiclient/mclient.c
Branch: Aug2011
Log Message:
\t is (no longer) available
diffs (13 lines):
diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -1684,7 +1684,9 @@
#ifdef HAVE_LIBREADLINE
mnstr_printf(toConsole, "\\h - show the readline history\n");
#endif
+#if 0
mnstr_printf(toConsole, "\\t - toggle timer\n");
+#endif
if (mode == SQL) {
mnstr_printf(toConsole, "\\D table- dumps the table, or the
complete database if none given.\n");
mnstr_printf(toConsole, "\\d[Stvsfn]+ [obj] - list database
objects, or describe if obj given\n");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list