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
aed1485b
Commit
aed1485b
authored
Apr 29, 2016
by
Daniel Black
Committed by
Sergei Golubchik
Apr 29, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-9758: correct test case
parent
84b0ac67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysql-test/r/myisam.result
mysql-test/r/myisam.result
+2
-2
mysql-test/t/myisam.test
mysql-test/t/myisam.test
+1
-1
No files found.
mysql-test/r/myisam.result
View file @
aed1485b
...
...
@@ -604,9 +604,9 @@ test.t3 NULL
Warnings:
Error 1146 Table 'test.t3' doesn't exist
alter table t1 add d int default 30, add e bigint default 300000, add f decimal(30) default 442;
checksum table t
2
;
checksum table t
1
;
Table Checksum
test.t
2 3442722830
test.t
1 2924214226
drop table t1,t2;
create table t1 (a int, key (a));
show keys from t1;
...
...
mysql-test/t/myisam.test
View file @
aed1485b
...
...
@@ -553,7 +553,7 @@ checksum table t1, t2, t3 quick;
checksum
table
t1
,
t2
,
t3
;
checksum
table
t1
,
t2
,
t3
extended
;
alter
table
t1
add
d
int
default
30
,
add
e
bigint
default
300000
,
add
f
decimal
(
30
)
default
442
;
checksum
table
t
2
;
checksum
table
t
1
;
#show table status;
drop
table
t1
,
t2
;
...
...
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