Loading Docs/manual.texi +3 −1 Original line number Diff line number Diff line Loading @@ -41044,7 +41044,7 @@ Returns the error number for the most recently invoked MySQL function. Returns the error message for the most recently invoked MySQL function. @item @strong{mysql_real_escape_string()} @tab Escapes special characters in a string for use in a SQL statement taking Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection. @item @strong{mysql_escape_string()} @tab Loading Loading @@ -51013,6 +51013,8 @@ Fixed coredump in LOAD_FILE(NULL). @itemize @bullet @item Added @code{mysql_real_escape_string()} function to the MySQL C API. @item Fixed a bug in @code{CONCAT()} where one of the arguments was a function that returned a modified argument. @item Loading
Docs/manual.texi +3 −1 Original line number Diff line number Diff line Loading @@ -41044,7 +41044,7 @@ Returns the error number for the most recently invoked MySQL function. Returns the error message for the most recently invoked MySQL function. @item @strong{mysql_real_escape_string()} @tab Escapes special characters in a string for use in a SQL statement taking Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection. @item @strong{mysql_escape_string()} @tab Loading Loading @@ -51013,6 +51013,8 @@ Fixed coredump in LOAD_FILE(NULL). @itemize @bullet @item Added @code{mysql_real_escape_string()} function to the MySQL C API. @item Fixed a bug in @code{CONCAT()} where one of the arguments was a function that returned a modified argument. @item