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
710599ca
Commit
710599ca
authored
Sep 16, 2003
by
bar@bar.mysql.r18.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug fix:
http://bugs.mysql.com/bug.php?id=1264
parent
4cb99ed5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/show_check.result
mysql-test/r/show_check.result
+1
-1
sql/sql_show.cc
sql/sql_show.cc
+1
-1
No files found.
mysql-test/r/show_check.result
View file @
710599ca
...
...
@@ -43,7 +43,7 @@ wait_timeout 28800
show variables like "this_doesn't_exists%";
Variable_name Value
show table status from test like "this_doesn't_exists%";
Name Type Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time C
harset
Checksum Create_options Comment
Name Type Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time C
ollation
Checksum Create_options Comment
show databases;
Database
mysql
...
...
sql/sql_show.cc
View file @
710599ca
...
...
@@ -501,7 +501,7 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
item
->
maybe_null
=
1
;
field_list
.
push_back
(
item
=
new
Item_datetime
(
"Check_time"
));
item
->
maybe_null
=
1
;
field_list
.
push_back
(
item
=
new
Item_empty_string
(
"C
harset
"
,
32
));
field_list
.
push_back
(
item
=
new
Item_empty_string
(
"C
ollation
"
,
32
));
item
->
maybe_null
=
1
;
field_list
.
push_back
(
item
=
new
Item_int
(
"Checksum"
,(
longlong
)
1
,
21
));
item
->
maybe_null
=
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