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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4f26b443
Commit
4f26b443
authored
Nov 04, 2005
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing whitespace
parent
39b2fb2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
103 deletions
+105
-103
client/mysqltest.c
client/mysqltest.c
+105
-103
No files found.
client/mysqltest.c
View file @
4f26b443
...
...
@@ -2528,7 +2528,7 @@ int read_line(char *buf, int size)
state
=
R_Q
;
}
else
state
=
R_NORMAL
;
state
=
R_NORMAL
;
break
;
case
R_Q
:
...
...
@@ -3635,6 +3635,7 @@ static void run_query_stmt(MYSQL *mysql, struct st_query *command,
/* If we got here the statement was both executed and read succeesfully */
handle_no_error
(
command
);
if
(
!
disable_result_log
)
{
/*
Not all statements creates a result set. If there is one we can
now create another normal result set that contains the meta
...
...
@@ -3642,6 +3643,7 @@ static void run_query_stmt(MYSQL *mysql, struct st_query *command,
statement result set.
*/
if
((
res
=
mysql_stmt_result_metadata
(
stmt
))
!=
NULL
)
{
/* Take the column count from meta info */
MYSQL_FIELD
*
fields
=
mysql_fetch_fields
(
res
);
uint
num_fields
=
mysql_num_fields
(
res
);
...
...
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