1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Better comments

This commit is contained in:
Sergey Petrunya
2013-08-07 17:20:22 +04:00
parent 2404456608
commit 8e36dde7e1

View File

@ -69,6 +69,7 @@ class JOIN_TAB_SCAN;
- Block Nested Loop (BNL) Join Algorithm,
- Block Nested Loop Hash (BNLH) Join Algorithm,
- Batched Key Access (BKA) Join Algorithm.
The first algorithm is supported by the derived class JOIN_CACHE_BNL,
the second algorithm is supported by the derived class JOIN_CACHE_BNLH,
while the third algorithm is implemented in two variant supported by