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
748d7ce1
Commit
748d7ce1
authored
Oct 12, 2004
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
column name changd
parent
09e9651a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/view.result
mysql-test/r/view.result
+1
-1
sql/sql_show.cc
sql/sql_show.cc
+1
-1
No files found.
mysql-test/r/view.result
View file @
748d7ce1
...
...
@@ -139,7 +139,7 @@ v4
v5
v6
show full tables;
Tables_in_test
t
able_type
Tables_in_test
T
able_type
t1 BASE TABLE
v1 VIEW
v2 VIEW
...
...
sql/sql_show.cc
View file @
748d7ce1
...
...
@@ -160,7 +160,7 @@ int mysqld_show_tables(THD *thd, const char *db, const char *wild,
len
=
FN_LEN
-
len
;
field_list
.
push_back
(
field
);
if
(
show_type
)
field_list
.
push_back
(
new
Item_empty_string
(
"
t
able_type"
,
10
));
field_list
.
push_back
(
new
Item_empty_string
(
"
T
able_type"
,
10
));
if
(
protocol
->
send_fields
(
&
field_list
,
Protocol
::
SEND_NUM_ROWS
|
Protocol
::
SEND_EOF
))
DBUG_RETURN
(
1
);
...
...
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