We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01a70d commit 09074e8Copy full SHA for 09074e8
sqllib.md
@@ -4,7 +4,7 @@ The `sqllib.o` and `sqllibsd.o` are libraries that provide a nicer and safer way
4
5
This manual does not go in to detail on the function prototypes themselves, see `sqllib.h` for details of these.
6
7
-## msqyl equiviliant functions and datatypes
+## mysql equivalent functions and datatypes
8
9
In general, anything that says `mysql` changes to just `sql`. This includes `MYSQL_RES*` now `SQL_RES*` and so on.
10
A number of functions are directly mapped by `#define` in the `sqllib.h` include file, e.g. `sql_affected_rows(...)` as `mysql_affected_rows(...)`.
0 commit comments