Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Conversation

@JesperWisborgKrogh
Copy link
Contributor

…exists and if so whether it's a BASE TABLE, TEMPORARY table, or a VIEW

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's 2015.

@MarkLeith
Copy link
Member

Need to clean up the SQL SECURITY characteristic. I prefer in fact that all characteristics are explicitly set for all objects (like DETERMINISTIC, READS SQL DATA, in this case), just as a personal preference.

@JesperWisborgKrogh
Copy link
Contributor Author

Not sure how I missed the SQL SECURITY characteristics. Completely agree that it should be INVOKER and also that it's best to define the other characteristics (though I guess it's technically NOT DETERMINISTIC (the result doesn't only depend on the input parameters but also the state) and it's CONTAINS SQL as it may create a temporary table (and remove it again).

MarkLeith added a commit that referenced this pull request Jun 3, 2015
Adding the table_exists() procedure which determines whether a table …
@MarkLeith MarkLeith merged commit e1daba2 into mysql:development Jun 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants