From what I have compiled, it looks like ACCESSIBLE , READ-ONLY and READ-WRITE - these are the access modes from TABLESPACE s. But there is no documentation.
If you want to know how and when to use it, you will need to read the Oracle documentation .
After searching in mysql 5.1 (when they were entered) the source and trying out some keywords in google, I managed to find this commit . From there, a digging bot in related variables / types in the source, I found about the request for adding TABLESPACE in 5.0> documentation in 5.1> examples of use in Oracle documents.
source share