James Hawkins : msi: Sort each table of the join separately.

Alexandre Julliard julliard at winehq.org
Tue Dec 18 07:34:45 CST 2007


Module: wine
Branch: master
Commit: 91c205e8c0332a1260f58a94fc1a216be2da8c56
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=91c205e8c0332a1260f58a94fc1a216be2da8c56

Author: James Hawkins <truiken at gmail.com>
Date:   Mon Dec 17 19:35:31 2007 -0600

msi: Sort each table of the join separately.

---

 dlls/msi/Makefile.in |    1 -
 dlls/msi/alter.c     |    1 +
 dlls/msi/create.c    |    1 +
 dlls/msi/distinct.c  |    9 ++
 dlls/msi/insert.c    |    1 +
 dlls/msi/join.c      |   19 +++
 dlls/msi/msipriv.h   |   15 ++
 dlls/msi/order.c     |  376 --------------------------------------------------
 dlls/msi/query.h     |   10 --
 dlls/msi/select.c    |    9 ++
 dlls/msi/sql.y       |   15 +-
 dlls/msi/streams.c   |    1 +
 dlls/msi/table.c     |  170 +++++++++++++++++++++++
 dlls/msi/tests/db.c  |   75 ++--------
 dlls/msi/where.c     |    9 ++
 15 files changed, 258 insertions(+), 454 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=91c205e8c0332a1260f58a94fc1a216be2da8c56



More information about the wine-cvs mailing list