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
cac0c0ae
Commit
cac0c0ae
authored
Nov 01, 2003
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
key_map is class for now => can't be printed directly
(found during BUG#1708 investigation)
parent
3e10f806
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sql/sql_test.cc
sql/sql_test.cc
+3
-2
No files found.
sql/sql_test.cc
View file @
cac0c0ae
...
@@ -164,10 +164,11 @@ TEST_join(JOIN *join)
...
@@ -164,10 +164,11 @@ TEST_join(JOIN *join)
{
{
JOIN_TAB
*
tab
=
join
->
join_tab
+
i
;
JOIN_TAB
*
tab
=
join
->
join_tab
+
i
;
TABLE
*
form
=
tab
->
table
;
TABLE
*
form
=
tab
->
table
;
fprintf
(
DBUG_FILE
,
"%-16.16s type: %-7s q_keys: %4d refs: %d key: %d len: %d
\n
"
,
fprintf
(
DBUG_FILE
,
"%-16.16s type: %-7s q_keys: %4lld refs: %d key: %d len: %d
\n
"
,
form
->
table_name
,
form
->
table_name
,
join_type_str
[
tab
->
type
],
join_type_str
[
tab
->
type
],
tab
->
keys
,
tab
->
keys
.
to_ulonglong
()
,
tab
->
ref
.
key_parts
,
tab
->
ref
.
key_parts
,
tab
->
ref
.
key
,
tab
->
ref
.
key
,
tab
->
ref
.
key_length
);
tab
->
ref
.
key_length
);
...
...
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