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
be1c4bd1
Commit
be1c4bd1
authored
Dec 04, 2023
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix occasional failure of innodb.innodb-alter-tempfile
parent
99cab7ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/suite/innodb/r/innodb-alter-tempfile.result
mysql-test/suite/innodb/r/innodb-alter-tempfile.result
+0
-2
mysql-test/suite/innodb/t/innodb-alter-tempfile.test
mysql-test/suite/innodb/t/innodb-alter-tempfile.test
+4
-1
No files found.
mysql-test/suite/innodb/r/innodb-alter-tempfile.result
View file @
be1c4bd1
...
...
@@ -44,8 +44,6 @@ set DEBUG_SYNC="now WAIT_FOR default_signal";
# restart
disconnect con1;
SHOW KEYS FROM t1;
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment Ignored
t1 1 f1 1 f1 A # NULL NULL BTREE NO
DROP TABLE t1;
#
# MDEV-25503 InnoDB hangs on startup during recovery
...
...
mysql-test/suite/innodb/t/innodb-alter-tempfile.test
View file @
be1c4bd1
...
...
@@ -65,8 +65,11 @@ set DEBUG_SYNC="now WAIT_FOR default_signal";
--
let
$shutdown_timeout
=
0
--
source
include
/
restart_mysqld
.
inc
disconnect
con1
;
--
replace_column
7
#
# This may occasionally display records for a corrupted index(f2).
# The original bug was about a crash during the execution of SHOW KEYS.
--
disable_result_log
SHOW
KEYS
FROM
t1
;
--
enable_result_log
DROP
TABLE
t1
;
remove_files_wildcard
$datadir
/
test
#sql-*.frm;
...
...
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