Bug #51430 | Use const char* instead of char* | ||
---|---|---|---|
Submitted: | 23 Feb 2010 17:34 | Modified: | 25 Nov 2010 10:52 |
Reporter: | Olaf van der Spek (Basic Quality Contributor) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S4 (Feature request) |
Version: | * | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | qc |
[23 Feb 2010 17:34]
Olaf van der Spek
[25 Nov 2010 10:52]
Valeriy Kravchuk
Manual (http://dev.mysql.com/doc/refman/5.1/en/mysql-library-init.html) says: "mysql_library_init() makes a copy of the arguments so it is safe to destroy argv or groups after the call." So, why not...