Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make buildable with newer MySQL clients -- 4 and 5 -- but keep | Mikhail Teterin | 2004-11-11 | 1 | -1/+11 |
| | | | | | | | | | | | compatible with the 3 -- mysql_error now returns `const char *', and there is no mysql_connect any more. Default to MySQL-4.x for now. Bump PORTREVISION. Reported by: Robert Andrews Notes: svn path=/head/; revision=121401 | ||||
* | The newer, kinder C++ does not like it, when the default values | Mikhail Teterin | 2002-11-27 | 1 | -0/+23 |
for functions' arguments are specified twice -- in the declaration (sql-mysql.h) and in the definition (sql-mysql.cc). The added patch removes the redundant defaults from the functions' definitions and fixes the build on -current. Submitted by: bento Not Approved by: portmgr -- no approval requested, since port did not build Notes: svn path=/head/; revision=71135 |