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
4050a2f5
Commit
4050a2f5
authored
Dec 22, 2003
by
paul@teton.kitebird.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor comment edits.
parent
921df22d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
libmysql/libmysql.c
libmysql/libmysql.c
+9
-9
No files found.
libmysql/libmysql.c
View file @
4050a2f5
...
...
@@ -1589,7 +1589,7 @@ static my_bool my_realloc_str(NET *net, ulong length)
********************************************************************/
/*
Read the prepare statement results ..
Read the prepare
d
statement results ..
NOTE
This is only called for connection to servers that supports
...
...
@@ -1815,7 +1815,7 @@ static void store_param_type(NET *net, uint type)
/****************************************************************************
Functions to store parameter data from a prepared statement.
All functions ha
s
the following characteristics:
All functions ha
ve
the following characteristics:
SYNOPSIS
store_param_xxx()
...
...
@@ -1997,7 +1997,7 @@ static my_bool store_param(MYSQL_STMT *stmt, MYSQL_BIND *param)
/*
Send the prepare query to server for execution
Send the prepare
d
query to server for execution
*/
static
my_bool
execute
(
MYSQL_STMT
*
stmt
,
char
*
packet
,
ulong
length
)
...
...
@@ -2087,7 +2087,7 @@ int cli_stmt_execute(MYSQL_STMT *stmt)
}
/*
Execute the prepare query
Execute the prepare
d
query
*/
int
STDCALL
mysql_execute
(
MYSQL_STMT
*
stmt
)
...
...
@@ -2332,7 +2332,7 @@ mysql_send_long_data(MYSQL_STMT *stmt, uint param_number,
/****************************************************************************
Functions to fetch data to application buffers
All functions ha
s
the following characteristics:
All functions ha
ve
the following characteristics:
SYNOPSIS
fetch_result_xxx()
...
...
@@ -3059,12 +3059,12 @@ no_data:
/*
Fetch data
t
for one specified column data
Fetch data for one specified column data
SYNOPSIS
mysql_fetch_column()
stmt Prepared statement handler
bind Where dat
e
should be placed. Should be filled in as
bind Where dat
a
should be placed. Should be filled in as
when calling mysql_bind_param()
column Column to fetch (first column is 0)
ulong offset Offset in result data (to fetch blob in pieces)
...
...
@@ -3491,8 +3491,8 @@ my_bool STDCALL mysql_autocommit(MYSQL * mysql, my_bool auto_mode)
*********************************************************************/
/*
Returns
if there are any more query results exists to be read using
mysql_next_result()
Returns
true/false to indicate whether any more query results exist
to be read using
mysql_next_result()
*/
my_bool
STDCALL
mysql_more_results
(
MYSQL
*
mysql
)
...
...
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