Bug #7366 | Provide /include/mysql/mysql.h include | ||
---|---|---|---|
Submitted: | 16 Dec 2004 22:02 | Modified: | 27 Sep 2007 5:12 |
Reporter: | Olaf van der Spek (Basic Quality Contributor) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Compiling | Severity: | S4 (Feature request) |
Version: | * | OS: | Windows (Windows) |
Assigned to: | CPU Architecture: | Any | |
Tags: | qc |
[16 Dec 2004 22:02]
Olaf van der Spek
[27 Sep 2007 5:12]
Valeriy Kravchuk
You are not forced to use #include <mysql/mysql.h> on Linux. You may use just: #include <mysql.h> and pass proper -I options to the compiler. We even provide a utility to generate them, http://dev.mysql.com/doc/refman/5.0/en/mysql-config.html. On Windows you can use the same #include <mysql.h> after adding include subdirectory to the similar standard include directories list. So, I do not see any big need in fixing/changing anything.