Changeset 7900
- Timestamp:
- Jul 13, 2006, 4:04:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r7768 r7900 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 69$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-0 6-30 23:50:56$14 * @version $Revision: 1.70 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-07-14 02:04:19 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 133 133 psAbort(__func__, "mysql_init(), out of memory."); 134 134 } 135 136 // without this call we won't pick up anything from my.cnf 137 mysql_options(mysql, MYSQL_READ_DEFAULT_GROUP, "client"); 135 138 136 139 // Connect to host and mySql server with specified database
Note:
See TracChangeset
for help on using the changeset viewer.
