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
5f890452
Commit
5f890452
authored
Nov 30, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-22230 fix failing test
followup for
5bb31bc8
parent
2fe3e033
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
storage/tokudb/mysql-test/tokudb/r/type_ranges.result
storage/tokudb/mysql-test/tokudb/r/type_ranges.result
+1
-1
storage/tokudb/mysql-test/tokudb/t/type_ranges.test
storage/tokudb/mysql-test/tokudb/t/type_ranges.test
+1
-1
No files found.
storage/tokudb/mysql-test/tokudb/r/type_ranges.result
View file @
5f890452
...
@@ -145,7 +145,7 @@ alter short drop default,
...
@@ -145,7 +145,7 @@ alter short drop default,
DROP INDEX utiny,
DROP INDEX utiny,
DROP INDEX ushort,
DROP INDEX ushort,
DROP PRIMARY KEY,
DROP PRIMARY KEY,
DROP
FOREIGN
KEY any_name,
DROP KEY any_name,
ADD INDEX (auto);
ADD INDEX (auto);
LOCK TABLES t1 WRITE;
LOCK TABLES t1 WRITE;
ALTER TABLE t1
ALTER TABLE t1
...
...
storage/tokudb/mysql-test/tokudb/t/type_ranges.test
View file @
5f890452
...
@@ -79,7 +79,7 @@ alter short drop default,
...
@@ -79,7 +79,7 @@ alter short drop default,
DROP
INDEX
utiny
,
DROP
INDEX
utiny
,
DROP
INDEX
ushort
,
DROP
INDEX
ushort
,
DROP
PRIMARY
KEY
,
DROP
PRIMARY
KEY
,
DROP
FOREIGN
KEY
any_name
,
DROP
KEY
any_name
,
ADD
INDEX
(
auto
);
ADD
INDEX
(
auto
);
LOCK
TABLES
t1
WRITE
;
LOCK
TABLES
t1
WRITE
;
...
...
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