瀏覽代碼

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

Jan Janak 22 年之前
父節點
當前提交
cd18ec1b29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/db_mysql/dbase.c

+ 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)
 {