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
72a109bf
Commit
72a109bf
authored
Jan 18, 2011
by
Anitha Gopi
Browse files
Options
Browse Files
Download
Plain Diff
automerge
parents
ff7d0706
634b1025
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
mysql-test/t/show_check.test
mysql-test/t/show_check.test
+1
-1
No files found.
mysql-test/r/show_check.result
View file @
72a109bf
...
...
@@ -1334,7 +1334,7 @@ CREATE DATABASE `
CREATE TABLE ``.`` (a int) ENGINE=Memory;
SHOW TABLE STATUS FROM `` LIKE '';
Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment
MEMORY 10 Fixed 0
8
# # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
MEMORY 10 Fixed 0
#
# # # 0 NULL NULL NULL NULL latin1_swedish_ci NULL
DROP DATABASE ``;
show columns from `#mysql50#????????`;
Got one of the listed errors
...
...
mysql-test/t/show_check.test
View file @
72a109bf
...
...
@@ -1073,7 +1073,7 @@ set names latin1;
SET
NAMES
latin1
;
CREATE
DATABASE
``
;
CREATE
TABLE
``
.
``
(
a
int
)
ENGINE
=
Memory
;
--
replace_column
7
# 8 # 9 #
--
replace_column
6
#
7 # 8 # 9 #
SHOW
TABLE
STATUS
FROM
``
LIKE
''
;
DROP
DATABASE
``
;
...
...
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