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
72348e7c
Commit
72348e7c
authored
Aug 10, 2004
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing typos in big comment (libmysql):
you need to check in to find out another couple of typos
parent
6989a499
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libmysql/libmysql.c
libmysql/libmysql.c
+3
-3
No files found.
libmysql/libmysql.c
View file @
72348e7c
...
@@ -2801,7 +2801,7 @@ static my_bool int_is_null_false= 0;
...
@@ -2801,7 +2801,7 @@ static my_bool int_is_null_false= 0;
bind structure before setting it's members. This will both shorten
bind structure before setting it's members. This will both shorten
your application code and make it robust to future extensions of
your application code and make it robust to future extensions of
MYSQL_BIND structure.
MYSQL_BIND structure.
Then you need to assign typecode of your applicat
oi
n buffer to
Then you need to assign typecode of your applicat
io
n buffer to
MYSQL_BIND::buffer_type. The following typecodes with their
MYSQL_BIND::buffer_type. The following typecodes with their
correspondence to C language types are supported:
correspondence to C language types are supported:
MYSQL_TYPE_TINY for 8-bit integer variables. Normally it's
MYSQL_TYPE_TINY for 8-bit integer variables. Normally it's
...
@@ -2932,8 +2932,8 @@ static my_bool int_is_null_false= 0;
...
@@ -2932,8 +2932,8 @@ static my_bool int_is_null_false= 0;
The function copies given bind array to internal storage of the
The function copies given bind array to internal storage of the
statement, and sets up typecode-specific handlers to perform
statement, and sets up typecode-specific handlers to perform
serialization of bound data. This means that although you don't need
serialization of bound data. This means that although you don't need
to call this routine after each assign
e
ment to bind buffers, you
to call this routine after each assignment to bind buffers, you
need to call
ea
t each time you change parameter typecodes, or other
need to call
i
t each time you change parameter typecodes, or other
members of MYSQL_BIND array.
members of MYSQL_BIND array.
This is a pure local call. Data types of client buffers are sent
This is a pure local call. Data types of client buffers are sent
along with buffers' data at first execution of the statement.
along with buffers' data at first execution of the statement.
...
...
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