Search found 3 matches

by byshen
Mon Sep 14, 2020 3:06 pm
Forum: mSQL Support
Topic: better mSQL log messages for query commands
Replies: 3
Views: 1000297

Re: better mSQL log messages for query commands


We're looking at rolling up a new release in a few weeks. I'll see if we can add this before then.
...


Hi David,

Thanks a lot for the update. Is it possible for you to take a look at the above patch and give some feedback?
I can contribute more if you find the patches helpful. Please feel ...
by byshen
Wed Aug 12, 2020 1:26 am
Forum: mSQL Support
Topic: better mSQL log messages for query commands
Replies: 3
Views: 1000297

Re: better mSQL log messages for query commands

Hi David,

Thanks for your feedback. Yeah, these access control related denies are quite difficult to debug sometimes. It may be more helpful if the specific reasons are provided.

I created two patches related to the access log messages. (I did not find a place to submit patches, so I just paste ...
by byshen
Mon Aug 10, 2020 9:07 am
Forum: mSQL Support
Topic: better mSQL log messages for query commands
Replies: 3
Views: 1000297

better mSQL log messages for query commands

Hello,

I want to create some feedbacks for the log messages for the access control checks before processing queries.

In the current design, for the SELECT command, mSQL will check whether the client has the READ_ACCESS permission bit. For all the other operations (CREATE_TABLE, CREATE_INDEX, etc ...