~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

  • Committer: Lee Bieber
  • Date: 2011-01-18 17:19:43 UTC
  • mfrom: (1994.4.43 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2095.
  • Revision ID: kalebral@gmail.com-20110118171943-nxx9rur1wp8f4na2
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
INFORMATION_SCHEMA
114
114
------------------
 
115
 
115
116
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.
179
181
 
180
182
Operators Removed
181
183
-----------------
182
184
 
183
 
Bit operators: 
184
 
* &&
185
 
* >>
186
 
* <<
187
 
* ~
188
 
* ^
189
 
* |
190
 
* &
 
185
Bit operators
 
186
 * &&
 
187
 * >>
 
188
 * <<
 
189
 * ~
 
190
 * ^
 
191
 * '|'
 
192
 * &
191
193
 
192
194
Removed functions
193
195
-----------------
198
200
 
199
201
Keywords removed
200
202
----------------
 
203
 
201
204
 * BIT_AND
202
205
 * BIT_OR
203
206
 * BIT_XOR