Changeset mysql-test,5.1.1 for mysql-test/doc/notes.html
- Timestamp:
- 02/19/2008 08:12:24 PM (18 years ago)
- revision id:
- svn-v3-trunk1:1c22b0a8-4d0b-0410-a296-af6a2e6f35e3:plain-odbc%2Ftrunk:11
- File:
-
- 1 edited
-
mysql-test/doc/notes.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mysql-test/doc/notes.html
r5 r5.1.1 281 281 The decimal expansion of 1/7 is periodic, so the digits 0.285 are correct. Thus 282 282 MySQL uses the precision of double, but does not return all digits. 283 283 <p> 284 285 <h3>The SQL Parser</h3> 286 The <tt>/* ..*/</tt> comments do not have to be closed: 287 <pre> 288 19]> (exec-query *con3* "select 1 as a /*bla") 289 290 ((1)) ; 291 ("a") 292 </pre> 293 Maybe this depends on the version of MySQL or some system parameter. 294 </p> 284 295 <h3>Parameters</h3> 285 296 <p>
Note: See TracChangeset
for help on using the changeset viewer.
