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
969263cf
Commit
969263cf
authored
Apr 18, 2005
by
sergefp@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post merge fix - updated the test results (BUG#9439)
parent
855d2376
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
mysql-test/r/show_check.result
mysql-test/r/show_check.result
+12
-12
No files found.
mysql-test/r/show_check.result
View file @
969263cf
...
...
@@ -482,18 +482,18 @@ PRIMARY KEY(field1(1000))
);
show index from t1;
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
def
Table 253 64 2 N 129 31
63
def
Non_unique 1 1 1 N 3292
9 0 63
def
Key_name 253 64 7 N 129 31
63
def
Seq_in_index 1 2 1 N 3292
9 0 63
def
Column_name 253 64 6 N 129 31
63
def
Collation 253 1 1 Y 128 31
63
def
Cardinality 8 21 1 Y 32896
0 63
def
Sub_part 2 3 4 Y 3292
8 0 63
def
Packed 253 10 0 Y 128 31
63
def
Null 253 3 0 N 129 31
63
def
Index_type 253 16 5 N 129 31
63
def
Comment 253 255 0 N 129 31
63
def
STATISTICS TABLE_NAME Table 253 64 2 N 1 0
63
def
STATISTICS NON_UNIQUE Non_unique 8 1 1 N 3276
9 0 63
def
STATISTICS INDEX_NAME Key_name 253 64 7 N 1 0
63
def
STATISTICS SEQ_IN_INDEX Seq_in_index 8 2 1 N 3276
9 0 63
def
STATISTICS COLUMN_NAME Column_name 253 64 6 N 1 0
63
def
STATISTICS COLLATION Collation 253 1 1 Y 0 0
63
def
STATISTICS CARDINALITY Cardinality 8 21 1 Y 32768
0 63
def
STATISTICS SUB_PART Sub_part 8 3 4 Y 3276
8 0 63
def
STATISTICS PACKED Packed 253 10 0 Y 0 0
63
def
STATISTICS NULLABLE Null 253 3 0 N 1 0
63
def
STATISTICS INDEX_TYPE Index_type 253 16 5 N 1 0
63
def
STATISTICS COMMENT Comment 253 16 0 Y 0 0
63
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
t1 0 PRIMARY 1 field1 A 0 1000 NULL BTREE
drop table t1;
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