msi: Implement reference counting for tables, manipulated with the HOLD and FREE...
authorJames Hawkins <truiken@gmail.com>
Thu, 19 Jul 2007 01:21:00 +0000 (18:21 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 19 Jul 2007 10:00:43 +0000 (12:00 +0200)
commit3b1ab76986afccaff08e9b649b42f27b60dd3e33
treeb5252b0b21cf12c999f25f48acdc545850bf5946
parent0169533be8d0a4f000e2cd264d04d1e71c19408a
msi: Implement reference counting for tables, manipulated with the HOLD and FREE sql commands.
14 files changed:
dlls/msi/alter.c
dlls/msi/create.c
dlls/msi/delete.c
dlls/msi/distinct.c
dlls/msi/insert.c
dlls/msi/join.c
dlls/msi/msipriv.h
dlls/msi/order.c
dlls/msi/select.c
dlls/msi/streams.c
dlls/msi/table.c
dlls/msi/tests/db.c
dlls/msi/update.c
dlls/msi/where.c