2
0
Эх сурвалжийг харах

- sql:// changed to mysql:// in all modules

Jan Janak 22 жил өмнө
parent
commit
cd18ec1b29

+ 1 - 1
modules/db_mysql/dbase.c

@@ -48,7 +48,7 @@ static char sql_buf[SQL_BUF_LEN];
  * returns 1 on success, 0 otherwise
  * _h is a handle used in communication with database
  *
- * URL is in form sql://user:password@host:port/database
+ * URL is in form mysql://user:password@host:port/database
  */
 static inline int connect_db(db_con_t* _h, const char* _db_url)
 {