What is the scope of a MySQL VIEW? For example, if I have two users simulataneously create a view with the same name but different SELECT criteria, and the first view is overwritten then I am going to run into problems.
If this is the case, is there are way to make views creatable on a per-user (per-connection) basis?