commit | 156babbe4af03777b62ae81e1cb2c4d147277a93 | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Mon Nov 23 16:41:26 2015 -0800 |
committer | Ian Maxon <imaxon@apache.org> | Tue Nov 24 14:07:57 2015 -0800 |
tree | 5349410f86eeaa0bf9dbfaebd2ac31497dd69500 | |
parent | 5a78ca0f33354aab2163ab713a9fa98dca96d78d [diff] |
Fix ASTERIXDB-1043 The example for the index-drop statement was wrong. It only used a Qualified name instead of a DoubleQualified Change-Id: I762eadd60a7b9e09be244d8eaeb673dd03eb2108 Reviewed-on: https://asterix-gerrit.ics.uci.edu/514 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/asterix-doc/src/site/markdown/aql/manual.md b/asterix-doc/src/site/markdown/aql/manual.md index af45f76..883e285 100644 --- a/asterix-doc/src/site/markdown/aql/manual.md +++ b/asterix-doc/src/site/markdown/aql/manual.md
@@ -793,7 +793,7 @@ drop dataset FacebookUsers if exists; - drop index fbSenderLocIndex; + drop index FacebookUsers.fbSenderLocIndex; drop type FacebookUserType;