~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

  • Committer: Marisa Plumb
  • Date: 2011-03-14 20:37:50 UTC
  • mto: (2235.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 2237.
  • Revision ID: marisa.plumb@gmail.com-20110314203750-mkxc2imk71fk77qf
mysql diff 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