~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

multi-table exlanation to address https://bugs.launchpad.net/drizzle/+bug/686641

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 * CREATE FUNCTION
177
177
 * CONVERT
178
178
 * SET NAMES
 
179
 * Multi-table delete and multi-table update code was removed and can be accomplished through subqueries. More detailed information can be found in the :doc:`dml` section.
179
180
 
180
181
Operators Removed
181
182
-----------------