About whether MySQL uses deallocate after using the Prepare Keyword precompiled statement

Source: Internet
Author: User

is a database in the MySQL database with a user table.

1. After creating a new query, use prepare to pre-compile the query results (Note: Use the DEALLOCATE keyword to delete the precompiled statement)

2. Run the pre-compiled statement AA just again,

There was an error in the result. The reason is that precompiled statements have been removed before using deallocate.

3. This time do not use the DEALLOCATE keyword to delete the precompiled statement.

Once again, call a pre-compiled AA statement.

You can still use the statement this time.

4. Delete the statement using DEALLOCATE.

Run the deleted statement again.

The result is again an error. Description The DEALLOCATE statement has already been deleted by the precompiled statement.

About whether MySQL uses deallocate after using the Prepare Keyword precompiled statement

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.