MySQL Forums
Forum List  »  Security

Re: The DBMS must maintain a separate execution domain for each executing process.
Posted by: Georgi Kodinov
Date: April 17, 2019 07:09AM

Please don't take me for an authority on certification. But here's my 2 cents:

What you're describing sounds like an OS feature. Most modern OSes that I know of (linux for sure) do run processes in isolation and guard against other processes intermingling with the process data using hardware measures from the CPU.
MySQL does nothing special in this respect. It's just a normal single-process application using threads internally.

If that is not enough for you to pass your certification (and that is for you to determine) and you know what is required and is missing please file a feature request on bugs.mysql.com with the details or contact our support organization at https://www.mysql.com/support/

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: The DBMS must maintain a separate execution domain for each executing process.
593
April 17, 2019 07:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.