Search found 3 matches
- Mon Sep 14, 2020 3:06 pm
- Forum: mSQL Support
- Topic: better mSQL log messages for query commands
- Replies: 3
- Views: 200597
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 free to c...
- Wed Aug 12, 2020 1:26 am
- Forum: mSQL Support
- Topic: better mSQL log messages for query commands
- Replies: 3
- Views: 200597
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 them...
- Mon Aug 10, 2020 9:07 am
- Forum: mSQL Support
- Topic: better mSQL log messages for query commands
- Replies: 3
- Views: 200597
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), m...