~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/mysql_differences.rst

new material to address https://bugs.launchpad.net/drizzle/+bug/684803, new functions

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
181
182
Operators Removed
182
183
-----------------
183
184
 
184
 
Bit operators: 
185
 
* &&
186
 
* >>
187
 
* <<
188
 
* ~
189
 
* ^
190
 
* |
191
 
* &
 
185
Bit operators
 
186
 * &&
 
187
 * >>
 
188
 * <<
 
189
 * ~
 
190
 * ^
 
191
 * '|'
 
192
 * &
192
193
 
193
194
Removed functions
194
195
-----------------
199
200
 
200
201
Keywords removed
201
202
----------------
 
203
 
202
204
 * BIT_AND
203
205
 * BIT_OR
204
206
 * BIT_XOR