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
d7fd7645
Commit
d7fd7645
authored
Apr 05, 2022
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-19525 fix the test for embedded
followup for
58cd2a8d
parent
daed558b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
mysql-test/suite/versioning/t/debug.test
mysql-test/suite/versioning/t/debug.test
+4
-1
No files found.
mysql-test/suite/versioning/t/debug.test
View file @
d7fd7645
--
source
include
/
have_debug
.
inc
--
let
$datadir
=
`select @@datadir`
create
table
t1
(
a
int
);
show
create
table
t1
;
...
...
@@ -38,9 +40,10 @@ drop table t1, t2, t3, t4;
--
echo
#
create
table
t1
(
x
int
)
with
system
versioning
;
set
debug_dbug
=
'+d,error_vers_wrong_type'
;
--
replace_result
$
MYSQLTEST_VARDIR
.
master
-
data
// '' '\\' '/'
--
replace_result
$
datadir
./
--
error
ER_NOT_FORM_FILE
show
create
table
t1
;
--
replace_result
$datadir
./
show
warnings
;
drop
table
t1
;
set
global
debug_dbug
=@
old_dbug
;
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