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
Last activity: May 23, 2025, 03:04 PM