~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/orderby.rst

  • Committer: Lee Bieber
  • Date: 2011-02-14 19:50:07 UTC
  • mfrom: (2167.1.3 build)
  • Revision ID: kalebral@gmail.com-20110214195007-om9fjrqy5ziqwrlw
Merge Andrew - 718224: Minor changes to migration docs needed 
Merge Olaf - updating old style casts
Merge Olaf - drizzletest re-factoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        SELECT * FROM Persons
46
46
        ORDER BY LastName DESC;
47
47
 
48
 
FIXME: add something about SELECT * without ORDER BY being non-deterministic
49
 
 
50
 
FIXME: add something about how ORDER BY is executed. index scan vs filesort
 
48
.. todo::
 
49
 
 
50
   add something about SELECT * without ORDER BY being non-deterministic
 
51
 
 
52
.. todo::
 
53
 
 
54
   add something about how ORDER BY is executed. index scan vs filesort