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
0fad97a9
Commit
0fad97a9
authored
Apr 15, 2018
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge fixes: add a suppression for rocksdb.skip_validate_tmP_table
parent
261d4755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
storage/rocksdb/mysql-test/rocksdb/r/skip_validate_tmp_table.result
...cksdb/mysql-test/rocksdb/r/skip_validate_tmp_table.result
+1
-0
storage/rocksdb/mysql-test/rocksdb/t/skip_validate_tmp_table.test
...rocksdb/mysql-test/rocksdb/t/skip_validate_tmp_table.test
+3
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/r/skip_validate_tmp_table.result
View file @
0fad97a9
...
...
@@ -3,6 +3,7 @@ show tables;
Tables_in_test
#mysql50#t1#sql-test
t1
call mtr.add_suppression('Invalid .old.. table or database name .t1#sql-test.');
set session debug_dbug="+d,gen_sql_table_name";
rename table t1 to t2;
set session debug_dbug= "-d,gen_sql_table_name";
...
...
storage/rocksdb/mysql-test/rocksdb/t/skip_validate_tmp_table.test
View file @
0fad97a9
...
...
@@ -12,6 +12,9 @@ create table t1 (pk int primary key) engine=rocksdb;
show
tables
;
# MariaDB produces a warning:
call
mtr
.
add_suppression
(
'Invalid .old.. table or database name .t1#sql-test.'
);
# This will append '#sql-test' to the end of new name
set
session
debug_dbug
=
"+d,gen_sql_table_name"
;
rename
table
t1
to
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