Skip to content

Commit

Permalink
add compatibility in index (#716)
Browse files Browse the repository at this point in the history
* add compatibility in index

* update

Co-authored-by: foesa <35463247+FengUyu@users.noreply.github.com>
  • Loading branch information
foesa-yang and foesa-yang committed Jul 15, 2021
1 parent ea62d2e commit ed5c9b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ nebula> SHOW CREATE EDGE INDEX follow_index;
| | )" |
+-----------------+-------------------------------------------------+
```

!!! Compatibility "历史版本兼容性"

Nebula Graph 2.0.1中, `SHOW TAG/EDGE INDEXES` 语句仅返回 `Names`。
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ nebula> SHOW EDGE INDEXES;
+----------------+----------+---------+
| "follow_index" | "follow" | [] |
+----------------+----------+---------+
```
```


!!! Compatibility "历史版本兼容性"

Nebula Graph 2.0.1中, `SHOW TAG/EDGE INDEXES` 语句仅返回 `Names`。

0 comments on commit ed5c9b3

Please sign in to comment.