Skip to content

Commit

Permalink
Update tidb-functions.md
Browse files Browse the repository at this point in the history
clarified some language
  • Loading branch information
kolbe authored Nov 4, 2021
1 parent dfc1bc0 commit 1cd358c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/tidb-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ select tidb_decode_key('7480000000000000FF3E5F720400000000FF0000000601633430FF33
1 row in set (0.001 sec)
```

Tables have a special "infimum" start key and a special "supremum" end key. These can be recognized as they are only 36 characters long and end in 'F8'. `TIDB_DECODE_KEY` doesn't work on these special values. A small table only have a single region and only have these special keys as `START_KEY` and `END_KEY`.
Tables have a special "infimum" start key and a special "supremum" end key. These are only 18 bytes (36 characters) long and end in 'F8'. `TIDB_DECODE_KEY` doesn't work on these special values. A small table may only have a single region and only have these special keys as `START_KEY` and `END_KEY`.

{{< copyable "sql" >}}

Expand Down

0 comments on commit 1cd358c

Please sign in to comment.