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
60d7011c
Commit
60d7011c
authored
Jan 10, 2020
by
Alice Sherepa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21360 global debug_dbug pre-test value restoration issues
parent
b7fb30e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/innodb/r/redo_log_during_checkpoint.result
mysql-test/suite/innodb/r/redo_log_during_checkpoint.result
+3
-3
mysql-test/suite/innodb_gis/r/rtree_debug.result
mysql-test/suite/innodb_gis/r/rtree_debug.result
+1
-1
No files found.
mysql-test/suite/innodb/r/redo_log_during_checkpoint.result
View file @
60d7011c
...
@@ -4,8 +4,8 @@ SET GLOBAL innodb_master_thread_disabled_debug = 1;
...
@@ -4,8 +4,8 @@ SET GLOBAL innodb_master_thread_disabled_debug = 1;
SET GLOBAL innodb_log_checkpoint_now = 1;
SET GLOBAL innodb_log_checkpoint_now = 1;
CREATE DATABASE very_long_database_name;
CREATE DATABASE very_long_database_name;
USE very_long_database_name;
USE very_long_database_name;
set
debug_dbug = '+d,increase_mtr_checkpoint_size';
SET
debug_dbug = '+d,increase_mtr_checkpoint_size';
set
debug_dbug = '+d,crash_after_checkpoint';
SET
debug_dbug = '+d,crash_after_checkpoint';
set global innodb_log_checkpoint_now = 1;
set global innodb_log_checkpoint_now = 1;
ERROR HY000: Lost connection to MySQL server during query
ERROR HY000: Lost connection to MySQL server during query
# Skip MLOG_FILE_NAME redo records during recovery
# Skip MLOG_FILE_NAME redo records during recovery
...
@@ -18,7 +18,7 @@ SET GLOBAL innodb_log_checkpoint_now = 1;
...
@@ -18,7 +18,7 @@ SET GLOBAL innodb_log_checkpoint_now = 1;
# exceeds LOG_CHECKPOINT_FREE_PER_THREAD size during checkpoint.
# exceeds LOG_CHECKPOINT_FREE_PER_THREAD size during checkpoint.
CREATE DATABASE very_long_database_name;
CREATE DATABASE very_long_database_name;
USE very_long_database_name;
USE very_long_database_name;
set
debug_dbug = '+d,crash_after_checkpoint';
SET
debug_dbug = '+d,crash_after_checkpoint';
set global innodb_log_checkpoint_now = 1;
set global innodb_log_checkpoint_now = 1;
ERROR HY000: Lost connection to MySQL server during query
ERROR HY000: Lost connection to MySQL server during query
# Skip MLOG_FILE_NAME redo records during recovery
# Skip MLOG_FILE_NAME redo records during recovery
...
...
mysql-test/suite/innodb_gis/r/rtree_debug.result
View file @
60d7011c
...
@@ -42,7 +42,7 @@ SET @save_dbug = @@SESSION.debug_dbug;
...
@@ -42,7 +42,7 @@ SET @save_dbug = @@SESSION.debug_dbug;
SET debug_dbug='+d,row_merge_ins_spatial_fail';
SET debug_dbug='+d,row_merge_ins_spatial_fail';
create spatial index idx2 on t1(c2);
create spatial index idx2 on t1(c2);
ERROR HY000: Got error 1000 "Unknown error 1000" from storage engine InnoDB
ERROR HY000: Got error 1000 "Unknown error 1000" from storage engine InnoDB
SET debug_dbug = @save_dbug;
SET
@@SESSION.
debug_dbug = @save_dbug;
show create table t1;
show create table t1;
Table Create Table
Table Create Table
t1 CREATE TABLE `t1` (
t1 CREATE 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