Sample Header Ad - 728x90

Amazon Aurora MySQL conditional comment queries

0 votes
1 answer
270 views
How does Amazon Aurora handle conditional queries based on MySQL version? I was unable to find any documentation on this. For example, the code below inserts into a database for MySQL 5.6.4 or newer. What is result in Aurora? I could spin up an instance but wanted to read the documentation about this to understand what incompatible features there are. /*!50604 REPLACE INTO phppos_app_config (key, value) VALUES ('supports_full_text', '1')*/;
Asked by Chris Muench (711 rep)
Jan 13, 2018, 06:27 PM
Last activity: May 23, 2025, 03:04 PM