Changeset 17837 for trunk/psLib/src/db/psDB.c
- Timestamp:
- May 28, 2008, 4:26:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r17775 r17837 23 23 * 4.1.2 or newer is required. 24 24 * 25 * $Id: psDB.c,v 1.15 2 2008-05-22 21:16:55 jhoblittExp $25 * $Id: psDB.c,v 1.153 2008-05-29 02:26:51 bills Exp $ 26 26 */ 27 27 … … 1746 1746 psString index = psStringNCopy(item->comment + matchStart, matchLength); 1747 1747 psTrace("psLib.db", 10, "regex $1 matched: %s", index); 1748 psStringAppend(&query, ", INDEX UNIQUE(%s)", index);1748 psStringAppend(&query, ", UNIQUE KEY(%s)", index); 1749 1749 psFree(index); 1750 1750 }
Note:
See TracChangeset
for help on using the changeset viewer.
