Parent Directory
|
Revision Log
|
Patch
| Revision 1.6 by sysadm, Tue May 6 05:31:26 2025 UTC | Revision 1.8 by sysadm, Sat Jun 7 06:16:25 2025 UTC | |
|---|---|---|
| # | Line 17 | Line 17 |
| 17 | #ifndef _DATABASE_H_ | #ifndef _DATABASE_H_ |
| 18 | #define _DATABASE_H_ | #define _DATABASE_H_ |
| 19 | ||
| 20 | #include <mysql.h> | #include <mysql/mysql.h> |
| 21 | ||
| 22 | #define SQL_BUFFER_LEN 2048 | #define SQL_BUFFER_LEN 10240 |
| 23 | ||
| 24 | // Database | // Database |
| 25 | extern char DB_host[256]; | extern char DB_host[256]; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |