~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

Merged Marisa: Docs fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 * SET NAMES
182
182
 * 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.
183
183
 
184
 
Operators Removed
185
 
-----------------
186
 
 
187
 
Bit operators
188
 
 * &&
189
 
 * >>
190
 
 * <<
191
 
 * ~
192
 
 * ^
193
 
 * '|'
194
 
 * &
195
 
 
196
184
Removed functions
197
185
-----------------
198
186
 
203
191
Keywords removed
204
192
----------------
205
193
 
206
 
 * BIT_AND
207
 
 * BIT_OR
208
 
 * BIT_XOR
209
194
 * CIPHER
210
195
 * CLIENT
211
196
 * CODE