Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
5dd668de
Commit
5dd668de
authored
Mar 12, 2002
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
manual.texi add missing change note for mysql_real_escape_string()
parent
39c4a730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Docs/manual.texi
Docs/manual.texi
+3
-1
No files found.
Docs/manual.texi
View file @
5dd668de
...
@@ -41049,7 +41049,7 @@ Returns the error number for the most recently invoked MySQL function.
...
@@ -41049,7 +41049,7 @@ Returns the error number for the most recently invoked MySQL function.
Returns the error message 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
@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.
into account the current charset of the connection.
@item @strong{mysql_escape_string()} @tab
@item @strong{mysql_escape_string()} @tab
...
@@ -51010,6 +51010,8 @@ Fixed coredump in LOAD_FILE(NULL).
...
@@ -51010,6 +51010,8 @@ Fixed coredump in LOAD_FILE(NULL).
@itemize @bullet
@itemize @bullet
@item
@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
Fixed a bug in @code{CONCAT()} where one of the arguments was a function
that returned a modified argument.
that returned a modified argument.
@item
@item
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment