Index: t3lib/class.t3lib_db.php
===================================================================
--- t3lib/class.t3lib_db.php	(revision 9687)
+++ t3lib/class.t3lib_db.php	(working copy)
@@ -960,6 +960,8 @@
 	/**
 	 * 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
