msi [2/2]: Sort each table of the join separately

James Hawkins truiken at gmail.com
Mon Dec 17 19:35:31 CST 2007


Hi,

This is another fix for the National Instruments LabView mega-installer.

Changelog:
* 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(-)
 delete mode 100644 dlls/msi/order.c

-- 
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Sort-each-table-of-the-join-separately.patch
Type: text/x-patch
Size: 27046 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071217/a7c4082a/attachment-0001.bin 


More information about the wine-patches mailing list