Changeset 17924 for trunk/psLib/src/db/psDB.c
- Timestamp:
- Jun 4, 2008, 4:21:32 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
r17923 r17924 23 23 * 4.1.2 or newer is required. 24 24 * 25 * $Id: psDB.c,v 1.16 6 2008-06-05 02:20:18jhoblitt Exp $25 * $Id: psDB.c,v 1.167 2008-06-05 02:21:32 jhoblitt Exp $ 26 26 */ 27 27 … … 2531 2531 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_SET, "SET"); 2532 2532 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_ENUM, "ENUM"); 2533 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_NULL, "NULL -type");2533 psDBAddToLookupTable(mysqlToSqlLookupTable, MYSQL_TYPE_NULL, "NULL"); 2534 2534 } else { 2535 2535 // increment the ref count by one for every psDB
Note:
See TracChangeset
for help on using the changeset viewer.
