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
552bb1af
Commit
552bb1af
authored
May 25, 2021
by
Monty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed test for MDEV-23842 as the results are not stable
parent
e8a54a37
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
mysql-test/suite/maria/repair.result
mysql-test/suite/maria/repair.result
+0
-16
mysql-test/suite/maria/repair.test
mysql-test/suite/maria/repair.test
+0
-11
No files found.
mysql-test/suite/maria/repair.result
View file @
552bb1af
...
...
@@ -22,19 +22,3 @@ i
1
UNLOCK TABLES;
DROP TABLE t1;
#
# MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria table
#
CREATE TABLE t1 (i INT) ENGINE=Aria;
INSERT INTO t1 VALUES (1);
SET max_session_mem_used=50000;
REPAIR LOCAL TABLE t1 USE_FRM;
Table Op Msg_type Msg_text
t1 repair error Failed to open partially repaired table
Warnings:
Error 1290 The MariaDB server is running with the --max-thread-mem-used=50000 option so it cannot execute this statement
REPAIR LOCAL TABLE t1;
Table Op Msg_type Msg_text
test.t1 repair Error The MariaDB server is running with the --max-thread-mem-used=50000 option so it cannot execute this statement
test.t1 repair error Corrupt
DROP TABLE t1;
mysql-test/suite/maria/repair.test
View file @
552bb1af
...
...
@@ -28,14 +28,3 @@ SELECT * FROM INFORMATION_SCHEMA.TABLES;
SELECT
*
FROM
t1
;
UNLOCK
TABLES
;
DROP
TABLE
t1
;
--
echo
#
--
echo
# MDEV-23824 SIGSEGV in end_io_cache on REPAIR LOCAL TABLE for Aria table
--
echo
#
CREATE
TABLE
t1
(
i
INT
)
ENGINE
=
Aria
;
INSERT
INTO
t1
VALUES
(
1
);
SET
max_session_mem_used
=
50000
;
REPAIR
LOCAL
TABLE
t1
USE_FRM
;
REPAIR
LOCAL
TABLE
t1
;
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