-2010-11-30 Tolleiv Nietsch <typo3@tolleiv.de>
+2010-11-30 Xavier Perseguers <typo3@perseguers.ch>
+
+ * Fixed bug #16491: Provide a pass-through flag for sql_exec() which goes directly to the native MySQL engine
+
+2010-11-30 Tolleiv Nietsch <typo3@tolleiv.de>
* Fixed bug #5918: No language overlay with TS select on table pages (Thanks to Fabrizio Branca)
/**
* Executes query
* mysql_query() wrapper function
+ * Beware: Use of this method should be avoided as it is experimentally supported by DBAL. You should consider
+ * using exec_SELECTquery() and similar methods instead.
* Usage count/core: 1
*
* @param string Query to execute