Merge Marisa - fix bug 684803: Need to update Drizzledump documentation with migration conversions / caveats Merge Marisa - fix bug #686641: Need to document removal of multi-table update/delete from Drizzle
The INFORMATION_SCHEMA provides access to database metadata.
116
117
117
118
The INFORMATION_SCHEMA in Drizzle is strictly ANSI compliant. If you write
176
177
* CREATE FUNCTION
177
178
* CONVERT
178
179
* SET NAMES
180
* 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.