Why was accessible added as a reserved word to mysql and what is it used for? Is there documentation for it because I cannot find it.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From what i gathered , it looks like
ACCESSIBLE,READ-ONLYandREAD-WRITEare access modes from TABLESPACEs. But there is no documentation.If you want to know how and when to use it , you will have to read Oracle’s documentation.
After searching the mysql 5.1 (when they were introduced) source and trying out some keywords in google, i managed to come across this commit. From there a bot of digging in related variables/types in source, i found about request for adding TABLESPACE’s in 5.0 > documentation in 5.1 > usage examples in Oracle docs.